DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption class
Constructors
-
DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption({Input<
String?> ? actionOnTimeout, Input<int?> ? waitTimeInMinutes}) -
Creates a new DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption.
actionOnTimeoutWhen to reroute traffic from an original environment to a replacement environment in a blue/green deployment.waitTimeInMinutesThe number of minutes to wait before the status of a blue/green deployment changed to Stopped if rerouting is not started manually. Applies only to theSTOP_DEPLOYMENToption foractionOnTimeout.const -
DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
actionOnTimeout
→ Input<
String?> ? -
When to reroute traffic from an original environment to a replacement environment in a 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
-
waitTimeInMinutes
→ Input<
int?> ? -
The number of minutes to wait before the status of a blue/green deployment changed to Stopped if rerouting is not started manually. Applies only to the
STOP_DEPLOYMENToption foractionOnTimeout.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited