interface ClusterCapacityProviderAssociationsReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ECS.ClusterCapacityProviderAssociationsReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsecs#ClusterCapacityProviderAssociationsReference |
Java | software.amazon.awscdk.interfaces.ecs.ClusterCapacityProviderAssociationsReference |
Python | aws_cdk.interfaces.aws_ecs.ClusterCapacityProviderAssociationsReference |
TypeScript | aws-cdk-lib » interfaces » aws_ecs » ClusterCapacityProviderAssociationsReference |
A reference to a ClusterCapacityProviderAssociations resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecs as interfaces_aws_ecs } from 'aws-cdk-lib/interfaces';
const clusterCapacityProviderAssociationsReference: interfaces_aws_ecs.ClusterCapacityProviderAssociationsReference = {
cluster: 'cluster',
};
Properties
| Name | Type | Description |
|---|---|---|
| cluster | string | The Cluster of the ClusterCapacityProviderAssociations resource. |
cluster
Type:
string
The Cluster of the ClusterCapacityProviderAssociations resource.

.NET
Go
Java
Python
TypeScript