@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.442Z") @Stability(value=Experimental) 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()
(experimental) The number of minutes between the first and second traffic shifts of a time-based linear deployment.
|
default Number |
getStepPercentage()
(experimental) The percentage of traffic that is shifted at the start of each increment of a time-based linear deployment.
|
@Stability(value=Experimental) @Nullable default Number getBakeTimeMins()
Default: 5
@Stability(value=Experimental) @Nullable default Number getStepPercentage()
The step percentage must be 14% or greater.
Default: 15
@Stability(value=Experimental) static CfnTrafficRoutingTimeBasedLinear.Builder builder()
Copyright © 2021. All rights reserved.