CloudFormationTarget class

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.

Constructors

CloudFormationTarget({String? deploymentId, DateTime? lastUpdatedAt, List<LifecycleEvent>? lifecycleEvents, String? resourceType, TargetStatus? status, String? targetId, double? targetVersionWeight})
CloudFormationTarget.fromJson(Map<String, dynamic> json)
factory

Properties

deploymentId String?
The unique ID of an AWS CloudFormation blue/green deployment.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedAt DateTime?
The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.
final
lifecycleEvents List<LifecycleEvent>?
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
final
resourceType String?
The resource type for the AWS CloudFormation blue/green deployment.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TargetStatus?
The status of an AWS CloudFormation blue/green deployment's target application.
final
targetId String?
The unique ID of a deployment target that has a type of CloudFormationTarget.
final
targetVersionWeight double?
The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.
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