InstanceTarget

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

Types

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

Properties

Link copied to clipboard

The unique ID of a deployment.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The lifecycle events of the deployment to this target instance.

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the target.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: InstanceTarget.Builder.() -> Unit = {}): InstanceTarget
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