enum CfnTrafficRoutingType
Language | Type name |
---|---|
![]() | Amazon.CDK.CfnTrafficRoutingType |
![]() | software.amazon.awscdk.core.CfnTrafficRoutingType |
![]() | aws_cdk.core.CfnTrafficRoutingType |
![]() | @aws-cdk/core » CfnTrafficRoutingType |
The possible types of traffic shifting for the blue-green deployment configuration.
The type of the {@link CfnTrafficRoutingConfig.type} property.
Members
Name | Description |
---|---|
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. |
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.