Amazon CodeDeploy · Example Payload

Amazon Codedeploy Cloud Formation Target Example

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Amazon Codedeploy Cloud Formation Target Example is an example object payload from Amazon CodeDeploy, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

deploymentIdtargetIdlastUpdatedAtlifecycleEventsstatusresourceTypetargetVersionWeight

Example Payload

Raw ↑
{
  "deploymentId": "500123",
  "targetId": "500123",
  "lastUpdatedAt": "example-value",
  "lifecycleEvents": "example-value",
  "status": "ACTIVE",
  "resourceType": "STANDARD",
  "targetVersionWeight": "1.0.0"
}