InstanceTarget - AWS CodeDeploy

InstanceTarget

A target Amazon EC2 or on-premises instance during a deployment that uses the EC2/On-premises compute platform.

Contents

deploymentId

The unique ID of a deployment.

Type: String

Required: No

instanceLabel

A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN).

Type: String

Valid Values: Blue | Green

Required: No

lastUpdatedAt

The date and time when the target instance was updated by a deployment.

Type: Timestamp

Required: No

lifecycleEvents

The lifecycle events of the deployment to this target instance.

Type: Array of LifecycleEvent objects

Required: No

status

The status an EC2/On-premises deployment's target instance.

Type: String

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

Required: No

targetArn

The Amazon Resource Name (ARN) of the target.

Type: String

Required: No

targetId

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

Type: String

Required: No

See Also

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