@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:22.504Z") @Stability(value=Experimental) public interface CfnTrafficRoutingTimeBasedCanary extends software.amazon.jsii.JsiiSerializable
CfnTrafficRoutingConfig.type is CfnTrafficRoutingType.TIME_BASED_CANARY.
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.*;
CfnTrafficRoutingTimeBasedCanary cfnTrafficRoutingTimeBasedCanary = CfnTrafficRoutingTimeBasedCanary.builder()
.bakeTimeMins(123)
.stepPercentage(123)
.build();
| 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 © 2022. All rights reserved.