Skip to content

aws.autoscaling.describe_scaling_process_types

Example SQL Queries

SELECT * FROM
aws.autoscaling.describe_scaling_process_types;

Description

Describes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.

Table Definition

Column NameColumn Data Type
processes

The names of the process types.

STRUCT(
"process_name" VARCHAR
)[]
Show child fields
processes[]
Show child fields
processes[].process_name

One of the following processes:

  • Launch

  • Terminate

  • AddToLoadBalancer

  • AlarmNotification

  • AZRebalance

  • HealthCheck

  • InstanceRefresh

  • ReplaceUnhealthy

  • ScheduledActions