Skip to main content

aws.codedeploy.deployment

Supported platform

  • aws

Description

AWS CodeDeploy Deployment

Fields

IDTYPEDESCRIPTION
applicationNamestringApplication name for the deployment
deploymentIdstringDeployment ID
arnstringARN of the deployment (Note: Deployments themselves don't have ARNs, this will be a synthetic ID or the deploymentId itself)
statusstringStatus of the deployment (Created, Queued, InProgress, Succeeded, Failed, Stopped, Ready)
deploymentGroupNamestringDeployment group name
deploymentConfigNamestringDeployment configuration name
createdAttimeTime the deployment was created
compleatedAttimeTime the deployment was completed
descriptionstringDescription of the deployment
creatorstringCreator of the deployment (user, autoscaling, codeDeployRollback, etc.)
ignoreApplicationStopFailuresboolWhether to ignore application stop failures
targetInstancesdictInformation about the instances targeted by the deployment (complex structure, represented as dict)
revisiondictRevision information for the deployment (S3 location, GitHub location, etc.)
regionstringRegion of the deployment
errorInformationdictError information, if any
deploymentOverviewdictDeployment overview (counts for Pending, InProgress, Succeeded, Failed, Skipped, Ready)
isRollbackboolWhether this deployment is a rollback
rollbackInfodictRollback information if this deployment is a rollback or was rolled back