Mondoo Docs

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 region

Relationships

Mini Map
AWS
4 resources · 9 relationshipsClick to select, expand fields to see properties.

Fields (18)

FieldTypeDescription
applicationNamerequired
stringApplication name for the deployment
arnrequired
stringARN of the deployment (Note: Deployments themselves don't have ARNs, this will be a synthetic ID or the deploymentId itself)
compleatedAtrequired
timeTime the deployment was completed
createdAtrequired
timeTime the deployment was created
creatorrequired
stringCreator of the deployment (user, autoscaling, codeDeployRollback, etc.)
deploymentConfigNamerequired
stringDeployment configuration name
deploymentGroupNamerequired
stringDeployment group name
deploymentIdrequired
stringDeployment ID
deploymentOverview
dictDeployment overview (counts for Pending, InProgress, Succeeded, Failed, Skipped, Ready)
descriptionrequired
stringDescription of the deployment
errorInformation
dictError information, if any
ignoreApplicationStopFailuresrequired
intWhether to ignore application stop failures
isRollback
intWhether this deployment is a rollback
regionrequired
stringRegion of the deployment
revision
dictRevision information for the deployment (S3 location, GitHub location, etc.)
rollbackInfo
dictRollback information if this deployment is a rollback or was rolled back
statusrequired
stringStatus of the deployment (Created, Queued, InProgress, Succeeded, Failed, Stopped, Ready)
targetInstances
dictInformation about the instances targeted by the deployment (complex structure, represented as dict)