@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.007Z")
public interface CfnTrafficRoutingTimeBasedLinear
CfnTrafficRoutingConfig.type
is CfnTrafficRoutingType.TIME_BASED_LINEAR
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; CfnTrafficRoutingTimeBasedLinear cfnTrafficRoutingTimeBasedLinear = CfnTrafficRoutingTimeBasedLinear.builder() .bakeTimeMins(123) .stepPercentage(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTrafficRoutingTimeBasedLinear.Builder
A builder for
CfnTrafficRoutingTimeBasedLinear |
static class |
CfnTrafficRoutingTimeBasedLinear.Jsii$Proxy
An implementation for
CfnTrafficRoutingTimeBasedLinear |
Modifier and Type | Method and Description |
---|---|
static CfnTrafficRoutingTimeBasedLinear.Builder |
builder() |
default java.lang.Number |
getBakeTimeMins()
The number of minutes between the first and second traffic shifts of a time-based linear deployment.
|
default java.lang.Number |
getStepPercentage()
The percentage of traffic that is shifted at the start of each increment of a time-based linear deployment.
|
default java.lang.Number getBakeTimeMins()
Default: 5
default java.lang.Number getStepPercentage()
The step percentage must be 14% or greater.
Default: 15
static CfnTrafficRoutingTimeBasedLinear.Builder builder()