lifecycle_hooks_list_only
Lists lifecycle_hooks
in a region or regions, for all properties use lifecycle_hooks
Overview
Name | lifecycle_hooks_list_only |
Type | Resource |
Description | Resource Type definition for AWS::AutoScaling::LifecycleHook |
Id | aws.autoscaling.lifecycle_hooks_list_only |
Fields
Name | Datatype | Description |
---|---|---|
auto_scaling_group_name | string | The name of the Auto Scaling group for the lifecycle hook. |
lifecycle_hook_name | string | The name of the lifecycle hook. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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