| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnTrafficRoutingType |
CfnTrafficRoutingConfig.getType()
(experimental) The type of traffic shifting used by the blue-green deployment configuration.
|
CfnTrafficRoutingType |
CfnTrafficRoutingConfig.Jsii$Proxy.getType() |
static CfnTrafficRoutingType |
CfnTrafficRoutingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CfnTrafficRoutingType[] |
CfnTrafficRoutingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CfnTrafficRoutingConfig.Builder |
CfnTrafficRoutingConfig.Builder.type(CfnTrafficRoutingType type)
Sets the value of
CfnTrafficRoutingConfig.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(CfnTrafficRoutingType type,
CfnTrafficRoutingTimeBasedCanary timeBasedCanary,
CfnTrafficRoutingTimeBasedLinear timeBasedLinear)
Constructor that initializes the object based on literal property values passed by the
CfnTrafficRoutingConfig.Builder. |
Copyright © 2021. All rights reserved.