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
Name | cluster_capacity_provider_associations_list_only |
Type | Resource |
Description | Associate a set of ECS Capacity Providers with a specified ECS Cluster |
Id | aws.ecs.cluster_capacity_provider_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
capacity_providers | array | List of capacity providers to associate with the cluster |
cluster | string | The name of the cluster |
default_capacity_provider_strategy | array | List of capacity providers to associate with the cluster |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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