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::ApplicationAutoScaling::ScalingPolicy`` resource defines a scaling policy that Application Auto Scaling uses to adjust the capacity of a scalable target. For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [Step scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html) in the *Application Auto Scaling User Guide*. |
| Id | awscc.applicationautoscaling.scaling_policies_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
scalable_dimension | string | The scalable dimension. This string consists of the service namespace, resource type, and scaling property.<br />+ ``ecs:service:DesiredCount`` - The task count of an ECS service.<br />+ ``elasticmapreduce:instancegroup:InstanceCount`` - The instance count of an EMR Instance Group.<br />+ ``ec2:spot-fleet-request:TargetCapacity`` - The target capacity of a Spot Fleet.<br />+ ``appstream:fleet:DesiredCapacity`` - The capacity of an AppStream 2.0 fleet.<br />+ ``dynamodb:table:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB table.<br />+ ``dynamodb:table:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB table.<br />+ ``dynamodb:index:ReadCapacityUnits`` - The provisioned read capacity for a DynamoDB global secondary index.<br />+ ``dynamodb:index:WriteCapacityUnits`` - The provisioned write capacity for a DynamoDB global secondary index.<br />+ ``rds:cluster:ReadReplicaCount`` - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.<br />+ ``sagemaker:variant:DesiredInstanceCount`` - The number of EC2 instances for a SageMaker model endpoint variant.<br />+ ``custom-resource:ResourceType:Property`` - The scalable dimension for a custom resource provided by your own application or service.<br />+ ``comprehend:document-classifier-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend document classification endpoint.<br />+ ``comprehend:entity-recognizer-endpoint:DesiredInferenceUnits`` - The number of inference units for an Amazon Comprehend entity recognizer endpoint.<br />+ ``lambda:function:ProvisionedConcurrency`` - The provisioned concurrency for a Lambda function.<br />+ ``cassandra:table:ReadCapacityUnits`` - The provisioned read capacity for an Amazon Keyspaces table.<br />+ ``cassandra:table:WriteCapacityUnits`` - The provisioned write capacity for an Amazon Keyspaces table.<br />+ ``kafka:broker-storage:VolumeSize`` - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.<br />+ ``elasticache:cache-cluster:Nodes`` - The number of nodes for an Amazon ElastiCache cache cluster.<br />+ ``elasticache:replication-group:NodeGroups`` - The number of node groups for an Amazon ElastiCache replication group.<br />+ ``elasticache:replication-group:Replicas`` - The number of replicas per node group for an Amazon ElastiCache replication group.<br />+ ``neptune:cluster:ReadReplicaCount`` - The count of read replicas in an Amazon Neptune DB cluster.<br />+ ``sagemaker:variant:DesiredProvisionedConcurrency`` - The provisioned concurrency for a SageMaker serverless endpoint.<br />+ ``sagemaker:inference-component:DesiredCopyCount`` - The number of copies across an endpoint for a SageMaker inference component.<br />+ ``workspaces:workspacespool:DesiredUserSessions`` - The number of user sessions for the WorkSpaces in the pool. |
arn | string | |
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,
scalable_dimension
FROM awscc.applicationautoscaling.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