Skip to main content

auto_scaling_notification_types

Creates, updates, deletes, gets or lists an auto_scaling_notification_types resource.

Overview

Nameauto_scaling_notification_types
TypeResource
Idaws.autoscaling.auto_scaling_notification_types

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
auto_scaling_notification_typestringThe notification types.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_auto_scaling_notification_typesselectregionDescribes the notification types that are supported by Amazon EC2 Auto Scaling.

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 notification types that are supported by Amazon EC2 Auto Scaling.

SELECT
auto_scaling_notification_type
FROM aws.autoscaling.auto_scaling_notification_types
WHERE region = '{{ region }}' -- required
;