cluster_capacity_provider_associations
Gets an individual cluster_capacity_provider_associations
resource
Overview
Name | cluster_capacity_provider_associations |
Type | Resource |
Description | cluster_capacity_provider_associations |
Id | awscc.ecs.cluster_capacity_provider_associations |
Fields
Name | Datatype | Description |
---|---|---|
capacity_providers | array | |
cluster | string | |
default_capacity_provider_strategy | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
capacity_providers,
cluster,
default_capacity_provider_strategy
FROM awscc.ecs.cluster_capacity_provider_associations
WHERE data__Identifier = '<Cluster>';
Permissions
To operate on the cluster_capacity_provider_associations
resource, the following permissions are required:
Read
ecs:DescribeClusters
Update
ecs:DescribeClusters,
ecs:PutClusterCapacityProviders
Delete
ecs:PutClusterCapacityProviders,
ecs:DescribeClusters