BlueInstanceTerminationOption class

Information about whether instances in the original environment are terminated when a blue/green deployment is successful. BlueInstanceTerminationOption does not apply to Lambda deployments.

Constructors

BlueInstanceTerminationOption({InstanceAction? action, int? terminationWaitTimeInMinutes})
BlueInstanceTerminationOption.fromJson(Map<String, dynamic> json)
factory

Properties

action InstanceAction?
The action to take on instances in the original environment after a successful blue/green deployment.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminationWaitTimeInMinutes int?
For an Amazon EC2 deployment, the number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.
final

Methods

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

Operators

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