warm_pools_list_only
Lists warm_pools in a region or regions, for all properties use warm_pools
Overview
| Name | warm_pools_list_only |
| Type | Resource |
| Description | Resource schema for AWS::AutoScaling::WarmPool. |
| Id | awscc.autoscaling.warm_pools_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
auto_scaling_group_name | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all warm_pools in a region.
SELECT
region,
auto_scaling_group_name
FROM awscc.autoscaling.warm_pools_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the warm_pools_list_only resource, see warm_pools