autoscaling_describe_lifecycle_hooks {paws.management} | R Documentation |
Gets information about the lifecycle hooks for the specified Auto Scaling group
Description
Gets information about the lifecycle hooks for the specified Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_describe_lifecycle_hooks/ for full documentation.
Usage
autoscaling_describe_lifecycle_hooks(
AutoScalingGroupName,
LifecycleHookNames = NULL
)
Arguments
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
LifecycleHookNames |
The names of one or more lifecycle hooks. If you omit this property, all lifecycle hooks are described. |
[Package paws.management version 0.9.0 Index]