CfnCodeDeployBlueGreenApplicationTarget¶
-
class
aws_cdk.core.
CfnCodeDeployBlueGreenApplicationTarget
(*, logical_id, type)¶ Bases:
object
Type of the {@link CfnCodeDeployBlueGreenApplication.target} property.
- Parameters
logical_id (
str
) – The logical id of the target resource.type (
str
) – The resource type of the target being deployed. Right now, the only allowed value is ‘AWS::ECS::Service’.
Attributes
-
logical_id
¶ The logical id of the target resource.
- Return type
str
-
type
¶ The resource type of the target being deployed.
Right now, the only allowed value is ‘AWS::ECS::Service’.
- Return type
str