ClusterCapacityProviderAssociationsReference
- class aws_cdk.interfaces.aws_ecs.ClusterCapacityProviderAssociationsReference(*, cluster)
Bases:
objectA 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.interfaces import aws_ecs as interfaces_ecs cluster_capacity_provider_associations_reference = interfaces_ecs.ClusterCapacityProviderAssociationsReference( cluster="cluster" )
Attributes
- cluster
The Cluster of the ClusterCapacityProviderAssociations resource.