aws-cdk-lib.CfnTrafficRoutingType

enum CfnTrafficRoutingType

LanguageType name
.NETAmazon.CDK.CfnTrafficRoutingType
Gogithub.com/aws/aws-cdk-go/awscdk/v2#CfnTrafficRoutingType
Javasoftware.amazon.awscdk.CfnTrafficRoutingType
Pythonaws_cdk.CfnTrafficRoutingType
TypeScript (source)aws-cdk-lib » CfnTrafficRoutingType

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

The type of the CfnTrafficRoutingConfig.type property.

Members

NameDescription
ALL_AT_ONCESwitch from blue to green at once.
TIME_BASED_CANARYSpecifies a configuration that shifts traffic from blue to green in two increments.
TIME_BASED_LINEARSpecifies a configuration that shifts traffic from blue to green in equal increments, with an equal number of minutes between each increment.

ALL_AT_ONCE

Switch from blue to green at once.


TIME_BASED_CANARY

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


TIME_BASED_LINEAR

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