@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-15T17:38:06.615Z") @Stability(value=Stable) public interface CfnCodeDeployBlueGreenEcsAttributes extends software.amazon.jsii.JsiiSerializable
Type of the {@link CfnCodeDeployBlueGreenApplication.ecsAttributes} property.
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCodeDeployBlueGreenEcsAttributes.Builder
A builder for
CfnCodeDeployBlueGreenEcsAttributes |
static class |
CfnCodeDeployBlueGreenEcsAttributes.Jsii$Proxy
An implementation for
CfnCodeDeployBlueGreenEcsAttributes |
| Modifier and Type | Method and Description |
|---|---|
static CfnCodeDeployBlueGreenEcsAttributes.Builder |
builder() |
List<String> |
getTaskDefinitions()
The logical IDs of the blue and green, respectively, AWS::ECS::TaskDefinition task definitions.
|
List<String> |
getTaskSets()
The logical IDs of the blue and green, respectively, AWS::ECS::TaskSet task sets.
|
CfnTrafficRouting |
getTrafficRouting()
The traffic routing configuration.
|
@Stability(value=Stable) @NotNull List<String> getTaskDefinitions()
@Stability(value=Stable) @NotNull List<String> getTaskSets()
@Stability(value=Stable) @NotNull CfnTrafficRouting getTrafficRouting()
@Stability(value=Stable) static CfnCodeDeployBlueGreenEcsAttributes.Builder builder()
Copyright © 2020. All rights reserved.