Skip to main content

scaling_process_types

Creates, updates, deletes, gets or lists a scaling_process_types resource.

Overview

Namescaling_process_types
TypeResource
Idaws.autoscaling.scaling_process_types

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
process_namestringOne of the following processes: Launch Terminate AddToLoadBalancer AlarmNotification AZRebalance HealthCheck InstanceRefresh ReplaceUnhealthy ScheduledActions

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_scaling_process_typesselectregionDescribes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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

SELECT
process_name
FROM aws.autoscaling.scaling_process_types
WHERE region = '{{ region }}' -- required
;