Class CfnTrafficRoutingTimeBasedLinear
The traffic routing configuration if {@link CfnTrafficRoutingConfig.type} is {@link CfnTrafficRoutingType.TIME_BASED_LINEAR}.
public class CfnTrafficRoutingTimeBasedLinear : ICfnTrafficRoutingTimeBasedLinear
- Inheritance
-
CfnTrafficRoutingTimeBasedLinear
- Implements
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var cfnTrafficRoutingTimeBasedLinear = new CfnTrafficRoutingTimeBasedLinear {
BakeTimeMins = 123,
StepPercentage = 123
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
CfnTrafficRoutingTimeBasedLinear()
public CfnTrafficRoutingTimeBasedLinear()
Properties
BakeTimeMins
The number of minutes between the first and second traffic shifts of a time-based linear deployment.
public double? BakeTimeMins { get; set; }
Property Value
Remarks
Default: 5
StepPercentage
The percentage of traffic that is shifted at the start of each increment of a time-based linear deployment.
public double? StepPercentage { get; set; }
Property Value
Remarks
The step percentage must be 14% or greater.
Default: 15