Skip to content

aws.autoscaling.describe_adjustment_types

Example SQL Queries

SELECT * FROM
aws.autoscaling.describe_adjustment_types;

Description

Describes the available adjustment types for step scaling and simple scaling policies.

The following adjustment types are supported:

  • ChangeInCapacity

  • ExactCapacity

  • PercentChangeInCapacity

Table Definition

Column NameColumn Data Type
adjustment_types

The policy adjustment types.

STRUCT(
"adjustment_type" VARCHAR
)[]
Show child fields
adjustment_types[]
Show child fields
adjustment_types[].adjustment_type

The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.