ClusterCapacityProviderAssociationsReference

class aws_cdk.aws_ecs.ClusterCapacityProviderAssociationsReference(*, cluster)

Bases: object

A reference to a ClusterCapacityProviderAssociations resource.

Parameters:

cluster (str) – The Cluster of the ClusterCapacityProviderAssociations resource.

ExampleMetadata:

fixture=_generated

Example:

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

cluster_capacity_provider_associations_reference = ecs.ClusterCapacityProviderAssociationsReference(
    cluster="cluster"
)

Attributes

cluster

The Cluster of the ClusterCapacityProviderAssociations resource.