Module: AWSCDK::CfnTrafficRoutingType

Defined in:
cfn_traffic_routing_type.rb

Overview

The possible types of traffic shifting for the blue-green deployment configuration.

The type of the CfnTrafficRoutingConfig.type property.

Constant Summary collapse

ALL_AT_ONCE =
Deprecated.
Note:

Default:

Switch from blue to green at once.

Jsii::Enum.new("aws-cdk-lib.CfnTrafficRoutingType", "ALL_AT_ONCE")
TIME_BASED_CANARY =
Deprecated.
Note:

Default:

Specifies a configuration that shifts traffic from blue to green in two increments.

Jsii::Enum.new("aws-cdk-lib.CfnTrafficRoutingType", "TIME_BASED_CANARY")
TIME_BASED_LINEAR =
Deprecated.
Note:

Default:

Specifies a configuration that shifts traffic from blue to green in equal increments, with an equal number of minutes between each increment.

Jsii::Enum.new("aws-cdk-lib.CfnTrafficRoutingType", "TIME_BASED_LINEAR")