DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption class

Constructors

DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption({Input<String?>? actionOnTimeout, Input<int?>? waitTimeInMinutes})
Creates a new DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption. actionOnTimeout When to reroute traffic from an original environment to a replacement environment in a blue/green deployment. waitTimeInMinutes 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_DEPLOYMENT option for actionOnTimeout.
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_DEPLOYMENT option for actionOnTimeout.
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