Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Get Deployment Target Output Structure

GetDeploymentTargetOutput schema from Amazon CodeDeploy

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

GetDeploymentTargetOutput 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

deploymentTarget

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-get-deployment-target-output-structure.json",
  "name": "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>). "
        }
      ]
    }
  }
}