DeploymentInfo

Information about a deployment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated.

Link copied to clipboard

The application name.

Link copied to clipboard

Information about the automatic rollback configuration associated with the deployment.

Link copied to clipboard

Information about blue/green deployment options for this deployment.

Link copied to clipboard

A timestamp that indicates when the deployment was complete.

Link copied to clipboard

The destination platform type for the deployment (Lambda, Server, or ECS).

Link copied to clipboard

A timestamp that indicates when the deployment was created.

Link copied to clipboard

The means by which the deployment was created:

Link copied to clipboard

The deployment configuration name.

Link copied to clipboard

The deployment group name.

Link copied to clipboard

The unique ID of a deployment.

Link copied to clipboard

A summary of the deployment status of the instances in the deployment.

Link copied to clipboard

Messages that contain information about the status of a deployment.

Link copied to clipboard

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.

Link copied to clipboard

A comment about the deployment.

Link copied to clipboard

Information about any error associated with this deployment.

Link copied to clipboard

The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment.

Link copied to clipboard

Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Information about the load balancer used in the deployment.

Link copied to clipboard

Information about alarms associated with a deployment or deployment group.

Link copied to clipboard

Information about the application revision that was deployed to the deployment group before the most recent successful deployment.

Link copied to clipboard

Information about deployments related to the specified deployment.

Link copied to clipboard

Information about the location of stored application artifacts and the service from which to retrieve them.

Link copied to clipboard

Information about a deployment rollback.

Link copied to clipboard

A timestamp that indicates when the deployment was deployed to the deployment group.

Link copied to clipboard

The current state of the deployment as a whole.

Link copied to clipboard

Information about the instances that belong to the replacement environment in a blue/green deployment.

Link copied to clipboard

Indicates whether only instances that are not running the latest application revision are to be deployed to.

Functions

Link copied to clipboard
inline fun copy(block: DeploymentInfo.Builder.() -> Unit = {}): DeploymentInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String