Amazon CodeDeploy · Example Payload

Amazon Codedeploy Application Info Example

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

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

Top-level fields

applicationIdapplicationNamecreateTimelinkedToGitHubgitHubAccountNamecomputePlatform

Example Payload

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