EcsApplicationProps¶
-
class
aws_cdk.aws_codedeploy.
EcsApplicationProps
(*, application_name=None)¶ Bases:
object
Construction properties for {@link EcsApplication}.
- Parameters
application_name (
Optional
[str
]) – The physical, human-readable name of the CodeDeploy Application. Default: an auto-generated name will be used
Attributes
-
application_name
¶ The physical, human-readable name of the CodeDeploy Application.
- Default
an auto-generated name will be used
- Return type
Optional
[str
]