EcsApplicationProps

class aws_cdk.aws_codedeploy.EcsApplicationProps(*, application_name=None)

Bases: object

Construction properties for EcsApplication.

Parameters:

application_name (Optional[str]) – The physical, human-readable name of the CodeDeploy Application. Default: an auto-generated name will be used

ExampleMetadata:

infused

Example:

application = codedeploy.EcsApplication(self, "CodeDeployApplication",
    application_name="MyApplication"
)

Attributes

application_name

The physical, human-readable name of the CodeDeploy Application.

Default:

an auto-generated name will be used