Skip to main content

scaling_policies

Retrieves a list of scaling_policies in a region

Overview

Namescaling_policies
TypeResource
Descriptionscaling_policies
Idawscc.autoscaling.scaling_policies

Fields

NameDatatypeDescription
arnstringThe ARN of the AutoScaling scaling policy
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.autoscaling.scaling_policies
WHERE region = 'us-east-1'

Permissions

To operate on the scaling_policies resource, the following permissions are required:

Create

autoscaling:DescribePolicies,
autoscaling:PutScalingPolicy,
cloudwatch:GetMetricData

List

autoscaling:DescribePolicies