Skip to main content

cluster_capacity_provider_associations

Gets an individual cluster_capacity_provider_associations resource

Overview

Namecluster_capacity_provider_associations
TypeResource
Descriptioncluster_capacity_provider_associations
Idawscc.ecs.cluster_capacity_provider_associations

Fields

NameDatatypeDescription
capacity_providersarray
clusterstring
default_capacity_provider_strategyarray
regionstringAWS 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