scaling_policies
Retrieves a list of scaling_policies
in a region
Overview
Name | scaling_policies |
Type | Resource |
Description | scaling_policies |
Id | awscc.applicationautoscaling.scaling_policies |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | ARN is a read only property for the resource. |
scalable_dimension | string | The scalable dimension. This string consists of the service namespace, resource type, and scaling property. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
scalable_dimension
FROM awscc.applicationautoscaling.scaling_policies
WHERE region = 'us-east-1'
Permissions
To operate on the scaling_policies
resource, the following permissions are required:
Create
application-autoscaling:DescribeScalingPolicies,
application-autoscaling:PutScalingPolicy
List
application-autoscaling:DescribeScalingPolicies