@Stability(value=Stable)
public static interface CfnDeploymentConfig.TrafficRoutingConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codedeploy.*;
TrafficRoutingConfigProperty trafficRoutingConfigProperty = TrafficRoutingConfigProperty.builder()
.type("type")
// the properties below are optional
.timeBasedCanary(TimeBasedCanaryProperty.builder()
.canaryInterval(123)
.canaryPercentage(123)
.build())
.timeBasedLinear(TimeBasedLinearProperty.builder()
.linearInterval(123)
.linearPercentage(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentConfig.TrafficRoutingConfigProperty.Builder
A builder for
CfnDeploymentConfig.TrafficRoutingConfigProperty |
static class |
CfnDeploymentConfig.TrafficRoutingConfigProperty.Jsii$Proxy
An implementation for
CfnDeploymentConfig.TrafficRoutingConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentConfig.TrafficRoutingConfigProperty.Builder |
builder() |
default Object |
getTimeBasedCanary()
`CfnDeploymentConfig.TrafficRoutingConfigProperty.TimeBasedCanary`.
|
default Object |
getTimeBasedLinear()
`CfnDeploymentConfig.TrafficRoutingConfigProperty.TimeBasedLinear`.
|
String |
getType()
`CfnDeploymentConfig.TrafficRoutingConfigProperty.Type`.
|
@Stability(value=Stable) @Nullable default Object getTimeBasedCanary()
@Stability(value=Stable) @Nullable default Object getTimeBasedLinear()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnDeploymentConfig.TrafficRoutingConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.