Skip to main content

cluster_capacity_provider_associations_list_only

Lists cluster_capacity_provider_associations in a region or regions, for all properties use cluster_capacity_provider_associations

Overview

Namecluster_capacity_provider_associations_list_only
TypeResource
DescriptionAssociate a set of ECS Capacity Providers with a specified ECS Cluster
Idaws.ecs.cluster_capacity_provider_associations_list_only

Fields

NameDatatypeDescription
capacity_providersarrayList of capacity providers to associate with the cluster
clusterstringThe name of the cluster
default_capacity_provider_strategyarrayList of capacity providers to associate with the cluster
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all cluster_capacity_provider_associations in a region.

SELECT
region,
cluster
FROM aws.ecs.cluster_capacity_provider_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the cluster_capacity_provider_associations_list_only resource, see cluster_capacity_provider_associations