CloudFormationTarget - AWS CodeDeploy

CloudFormationTarget

Information about the target to be updated by an AWS CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.

Contents

deploymentId

The unique ID of an AWS CloudFormation blue/green deployment.

Type: String

Required: No

lastUpdatedAt

The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.

Type: Timestamp

Required: No

lifecycleEvents

The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.

Type: Array of LifecycleEvent objects

Required: No

resourceType

The resource type for the AWS CloudFormation blue/green deployment.

Type: String

Required: No

status

The status of an AWS CloudFormation blue/green deployment's target application.

Type: String

Valid Values: Pending | InProgress | Succeeded | Failed | Skipped | Unknown | Ready

Required: No

targetId

The unique ID of a deployment target that has a type of CloudFormationTarget.

Type: String

Required: No

targetVersionWeight

The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.

Type: Double

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: