@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.861Z") @Stability(value=Stable) 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.*;
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()
The number of minutes between the first and second traffic shifts of a time-based canary deployment.
|
default Number |
getStepPercentage()
The percentage of traffic to shift in the first increment of a time-based canary 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 CfnTrafficRoutingTimeBasedCanary.Builder builder()
Copyright © 2022. All rights reserved.