@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.421Z") @Stability(value=Experimental) 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()
(experimental) The logical IDs of the blue and green, respectively, AWS::ECS::TaskDefinition task definitions.
|
List<String> |
getTaskSets()
(experimental) The logical IDs of the blue and green, respectively, AWS::ECS::TaskSet task sets.
|
CfnTrafficRouting |
getTrafficRouting()
(experimental) The traffic routing configuration.
|
@Stability(value=Experimental) @NotNull List<String> getTaskDefinitions()
@Stability(value=Experimental) @NotNull List<String> getTaskSets()
@Stability(value=Experimental) @NotNull CfnTrafficRouting getTrafficRouting()
@Stability(value=Experimental) static CfnCodeDeployBlueGreenEcsAttributes.Builder builder()
Copyright © 2021. All rights reserved.