@Generated(value="jsii-pacmak/1.28.0 (build 1801f4f)", date="2021-05-04T12:08:33.587Z") @Stability(value=Stable) public interface CfnTrafficRoutingTimeBasedLinear extends software.amazon.jsii.JsiiSerializable
CfnTrafficRoutingConfig.type is CfnTrafficRoutingType.TIME_BASED_LINEAR.| 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 Number |
getBakeTimeMins()
The number of minutes between the first and second traffic shifts of a time-based linear deployment.
|
default Number |
getStepPercentage()
The percentage of traffic that is shifted at the start of each increment of a time-based linear deployment.
|
@Stability(value=Stable) @Nullable default Number getBakeTimeMins()
Default: 5
@Stability(value=Stable) @Nullable default Number getStepPercentage()
The step percentage must be 14% or greater.
Default: 15
@Stability(value=Stable) static CfnTrafficRoutingTimeBasedLinear.Builder builder()
Copyright © 2021. All rights reserved.