Skip to main content

lifecycle_hook_types

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

Overview

Namelifecycle_hook_types
TypeResource
Idaws.autoscaling.lifecycle_hook_types

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
lifecycle_hook_typestringThe lifecycle hook types.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_lifecycle_hook_typesselectregionDescribes the available types of lifecycle hooks. The following hook types are supported: autoscaling:EC2_INSTANCE_LAUNCHING autoscaling:EC2_INSTANCE_TERMINATING

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 available types of lifecycle hooks. The following hook types are supported: autoscaling:EC2_INSTANCE_LAUNCHING autoscaling:EC2_INSTANCE_TERMINATING

SELECT
lifecycle_hook_type
FROM aws.autoscaling.lifecycle_hook_types
WHERE region = '{{ region }}' -- required
;