@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:08:44.067Z") @Stability(value=Stable) public interface CfnTrafficRoutingTimeBasedLinear extends software.amazon.jsii.JsiiSerializable
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 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 © 2023. All rights reserved.