Amazon CodeDeploy · Example Payload

Amazon Codedeploy Get Application Response Example

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Amazon Codedeploy Get Application Response Example is an example object payload from Amazon CodeDeploy, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

application

Example Payload

Raw ↑
{
  "application": {
    "applicationId": "500123",
    "applicationName": "example-resource",
    "computePlatform": "example-value",
    "createTime": "example-value",
    "linkedToGitHub": true
  }
}