Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Batch Get Deployment Targets Output Structure

BatchGetDeploymentTargetsOutput schema from Amazon CodeDeploy

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

BatchGetDeploymentTargetsOutput 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

deploymentTargets

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-batch-get-deployment-targets-output-structure.json",
  "name": "BatchGetDeploymentTargetsOutput",
  "description": "BatchGetDeploymentTargetsOutput schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "deploymentTargets": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentTargetList"
        },
        {
          "description": "<p> A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform. </p> <ul> <li> <p> <b>EC2/On-premises</b>: Each target object is an Amazon EC2 or on-premises instance. </p> </li> <li> <p> <b>Lambda</b>: The target object is a specific version of an Lambda function. </p> </li> <li> <p> <b>Amazon ECS</b>: The target object is an Amazon ECS service. </p> </li> <li> <p> <b>CloudFormation</b>: The target object is an CloudFormation blue/green deployment. </p> </li> </ul>"
        }
      ]
    }
  }
}