CfnCodeDeployBlueGreenEcsAttributes¶
-
class
aws_cdk.core.
CfnCodeDeployBlueGreenEcsAttributes
(*, task_definitions, task_sets, traffic_routing)¶ Bases:
object
The attributes of the ECS Service being deployed.
Type of the {@link CfnCodeDeployBlueGreenApplication.ecsAttributes} property.
- Parameters
task_definitions (
List
[str
]) – The logical IDs of the blue and green, respectively, AWS::ECS::TaskDefinition task definitions.task_sets (
List
[str
]) – The logical IDs of the blue and green, respectively, AWS::ECS::TaskSet task sets.traffic_routing (
CfnTrafficRouting
) – The traffic routing configuration.
Attributes
-
task_definitions
¶ The logical IDs of the blue and green, respectively, AWS::ECS::TaskDefinition task definitions.
- Return type
List
[str
]
-
task_sets
¶ The logical IDs of the blue and green, respectively, AWS::ECS::TaskSet task sets.
- Return type
List
[str
]
-
traffic_routing
¶ The traffic routing configuration.
- Return type