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

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_codedeploy as codedeploy

ecs_application_props = codedeploy.EcsApplicationProps(
    application_name="applicationName"
)

Attributes

application_name

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

Default:

an auto-generated name will be used