Table of Contents

Enum CfnTrafficRoutingType

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

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

public enum CfnTrafficRoutingType

Fields

ALL_AT_ONCE = 0

Switch from blue to green at once.

TIME_BASED_CANARY = 1

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

TIME_BASED_LINEAR = 2

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

Remarks

The type of the {@link CfnTrafficRoutingConfig.type} property.