Amazon CodeDeploy · Schema

GetDeploymentTargetOutput

GetDeploymentTargetOutput schema from Amazon CodeDeploy

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
deploymentTarget object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-get-deployment-target-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-get-deployment-target-output-schema.json",
  "title": "GetDeploymentTargetOutput",
  "description": "GetDeploymentTargetOutput schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "deploymentTarget": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentTarget"
        },
        {
          "description": " A deployment target that contains information about a deployment such as its status, lifecycle events, and when it was last updated. It also contains metadata about the deployment target. The deployment target metadata depends on the deployment target's type (<code>instanceTarget</code>, <code>lambdaTarget</code>, or <code>ecsTarget</code>). "
        }
      ]
    }
  }
}