DeploymentInfo
Information about a deployment.
Types
Properties
Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated.
The application name.
Information about the automatic rollback configuration associated with the deployment.
Information about blue/green deployment options for this deployment.
A timestamp that indicates when the deployment was complete.
The destination platform type for the deployment (Lambda
, Server
, or ECS
).
A timestamp that indicates when the deployment was created.
The means by which the deployment was created:
The deployment configuration name.
The deployment group name.
The unique ID of a deployment.
A summary of the deployment status of the instances in the deployment.
Messages that contain information about the status of a deployment.
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
A comment about the deployment.
Information about any error associated with this deployment.
The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment.
Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
If true, then if an ApplicationStop
, BeforeBlockTraffic
, or AfterBlockTraffic
deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop
fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic
fails, the deployment continues with BlockTraffic
. If AfterBlockTraffic
fails, the deployment continues with ApplicationStop
.
Indicates whether the wait period set for the termination of instances in the original environment has started. Status is 'false' if the KEEP_ALIVE option is specified. Otherwise, 'true' as soon as the termination wait period starts.
Information about the load balancer used in the deployment.
Information about alarms associated with a deployment or deployment group.
Information about the application revision that was deployed to the deployment group before the most recent successful deployment.
Information about deployments related to the specified deployment.
Information about the location of stored application artifacts and the service from which to retrieve them.
Information about a deployment rollback.
The current state of the deployment as a whole.
Information about the instances that belong to the replacement environment in a blue/green deployment.
Indicates whether only instances that are not running the latest application revision are to be deployed to.