InstanceTarget class

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

Constructors

InstanceTarget({String? deploymentId, TargetLabel? instanceLabel, DateTime? lastUpdatedAt, List<LifecycleEvent>? lifecycleEvents, TargetStatus? status, String? targetArn, String? targetId})
InstanceTarget.fromJson(Map<String, dynamic> json)
factory

Properties

deploymentId String?
The unique ID of a deployment.
final
hashCode int
The hash code for this object.
no setterinherited
instanceLabel TargetLabel?
A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN).
final
lastUpdatedAt DateTime?
The date and time when the target instance was updated by a deployment.
final
lifecycleEvents List<LifecycleEvent>?
The lifecycle events of the deployment to this target instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TargetStatus?
The status an EC2/On-premises deployment's target instance.
final
targetArn String?
The Amazon Resource Name (ARN) of the target.
final
targetId String?
The unique ID of a deployment target that has a type of instanceTarget.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited