Skip to main content

lifecycle_hooks_list_only

Lists lifecycle_hooks in a region or regions, for all properties use lifecycle_hooks

Overview

Namelifecycle_hooks_list_only
TypeResource
DescriptionResource Type definition for AWS::AutoScaling::LifecycleHook
Idaws.autoscaling.lifecycle_hooks_list_only

Fields

NameDatatypeDescription
auto_scaling_group_namestringThe name of the Auto Scaling group for the lifecycle hook.
lifecycle_hook_namestringThe name of the lifecycle hook.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all lifecycle_hooks in a region.

SELECT
region,
auto_scaling_group_name,
lifecycle_hook_name
FROM aws.autoscaling.lifecycle_hooks_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the lifecycle_hooks_list_only resource, see lifecycle_hooks