InstanceTarget
public struct InstanceTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique ID of a deployment.
Declaration
Swift
public let deploymentId: String? -
A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN).
Declaration
Swift
public let instanceLabel: TargetLabel? -
The date and time when the target instance was updated by a deployment.
Declaration
Swift
public let lastUpdatedAt: TimeStamp? -
The lifecycle events of the deployment to this target instance.
Declaration
Swift
public let lifecycleEvents: [LifecycleEvent]? -
The status an EC2/On-premises deployment’s target instance.
Declaration
Swift
public let status: TargetStatus? -
The Amazon Resource Name (ARN) of the target.
Declaration
Swift
public let targetArn: String? -
The unique ID of a deployment target that has a type of instanceTarget.
Declaration
Swift
public let targetId: String? -
Undocumented
Declaration
Swift
public init(deploymentId: String? = nil, instanceLabel: TargetLabel? = nil, lastUpdatedAt: TimeStamp? = nil, lifecycleEvents: [LifecycleEvent]? = nil, status: TargetStatus? = nil, targetArn: String? = nil, targetId: String? = nil)
View on GitHub
InstanceTarget Structure Reference