@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.441Z") @Stability(value=Experimental) public interface CfnTrafficRoutingTimeBasedCanary extends software.amazon.jsii.JsiiSerializable
CfnTrafficRoutingConfig.type is CfnTrafficRoutingType.TIME_BASED_CANARY.| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrafficRoutingTimeBasedCanary.Builder
A builder for
CfnTrafficRoutingTimeBasedCanary |
static class |
CfnTrafficRoutingTimeBasedCanary.Jsii$Proxy
An implementation for
CfnTrafficRoutingTimeBasedCanary |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrafficRoutingTimeBasedCanary.Builder |
builder() |
default Number |
getBakeTimeMins()
(experimental) The number of minutes between the first and second traffic shifts of a time-based canary deployment.
|
default Number |
getStepPercentage()
(experimental) The percentage of traffic to shift in the first increment of a time-based canary 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 CfnTrafficRoutingTimeBasedCanary.Builder builder()
Copyright © 2021. All rights reserved.