Show / Hide Table of Contents

Class CfnTrafficRoutingType

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

Inheritance
System.Object
CfnTrafficRoutingType
Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public sealed class CfnTrafficRoutingType : Enum
Syntax (vb)
Public NotInheritable Class CfnTrafficRoutingType
    Inherits

     Enum
Remarks

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

Synopsis

Fields

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.

value__

Fields

ALL_AT_ONCE

Switch from blue to green at once.

public const CfnTrafficRoutingType ALL_AT_ONCE
Field Value
Type Description
CfnTrafficRoutingType

TIME_BASED_CANARY

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

public const CfnTrafficRoutingType TIME_BASED_CANARY
Field Value
Type Description
CfnTrafficRoutingType

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.

public const CfnTrafficRoutingType TIME_BASED_LINEAR
Field Value
Type Description
CfnTrafficRoutingType

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX