scaling_policies_list_only
Lists scaling_policies in a region or regions, for all properties use scaling_policies
Overview
| Name | scaling_policies_list_only |
| Type | Resource |
| Description | The AWS::AutoScaling::ScalingPolicy resource specifies an Amazon EC2 Auto Scaling scaling policy so that the Auto Scaling group can scale the number of instances available for your application. |
| Id | aws.autoscaling.scaling_policies_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The ARN of the AutoScaling scaling policy |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all scaling_policies in a region.
SELECT
region,
arn
FROM aws.autoscaling.scaling_policies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the scaling_policies_list_only resource, see scaling_policies