Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Delete Resources By External Id Input Structure

DeleteResourcesByExternalIdInput schema from Amazon CodeDeploy

Type: object Properties: 1
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

DeleteResourcesByExternalIdInput is a JSON Structure definition published by Amazon CodeDeploy, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

externalId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-delete-resources-by-external-id-input-structure.json",
  "name": "DeleteResourcesByExternalIdInput",
  "description": "DeleteResourcesByExternalIdInput schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "externalId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExternalId"
        },
        {
          "description": "The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources."
        }
      ]
    }
  }
}