EndpointDeploymentConfigBlueGreenUpdatePolicy class
Constructors
-
EndpointDeploymentConfigBlueGreenUpdatePolicy({Input<
int?> ? maximumExecutionTimeoutInSeconds, Input<int?> ? terminationWaitInSeconds, required Input<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration> trafficRoutingConfiguration}) -
Creates a new EndpointDeploymentConfigBlueGreenUpdatePolicy.
maximumExecutionTimeoutInSecondsOptional.terminationWaitInSecondsAdditional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is0. Valid values are between0and3600.trafficRoutingConfigurationDefines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment. See Traffic Routing Configuration.const -
EndpointDeploymentConfigBlueGreenUpdatePolicy.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
maximumExecutionTimeoutInSeconds
→ Input<
int?> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
terminationWaitInSeconds
→ Input<
int?> ? -
Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is
0. Valid values are between0and3600.final -
trafficRoutingConfiguration
→ Input<
EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration> -
Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment. See Traffic Routing Configuration.
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