AWS CodeDeploy Deployment
aws.codedeploy.deployment MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
AWS CodeDeploy Deployment
Min version: 9.0.0Defaults:
deploymentId status applicationName deploymentGroupName createdAt regionRelationships
4 resources · 9 relationships·Click to select, expand fields to see properties.
Fields (18)
| Field | Type | Description |
|---|---|---|
applicationNamerequired | string | Application name for the deployment |
arnrequired | string | ARN of the deployment (Note: Deployments themselves don't have ARNs, this will be a synthetic ID or the deploymentId itself) |
compleatedAtrequired | time | Time the deployment was completed |
createdAtrequired | time | Time the deployment was created |
creatorrequired | string | Creator of the deployment (user, autoscaling, codeDeployRollback, etc.) |
deploymentConfigNamerequired | string | Deployment configuration name |
deploymentGroupNamerequired | string | Deployment group name |
deploymentIdrequired | string | Deployment ID |
deploymentOverview | dict | Deployment overview (counts for Pending, InProgress, Succeeded, Failed, Skipped, Ready) |
descriptionrequired | string | Description of the deployment |
errorInformation | dict | Error information, if any |
ignoreApplicationStopFailuresrequired | int | Whether to ignore application stop failures |
isRollback | int | Whether this deployment is a rollback |
regionrequired | string | Region of the deployment |
revision | dict | Revision information for the deployment (S3 location, GitHub location, etc.) |
rollbackInfo | dict | Rollback information if this deployment is a rollback or was rolled back |
statusrequired | string | Status of the deployment (Created, Queued, InProgress, Succeeded, Failed, Stopped, Ready) |
targetInstances | dict | Information about the instances targeted by the deployment (complex structure, represented as dict) |