powered by
Describes the lifecycle hooks for the specified Auto Scaling group.
autoscaling_describe_lifecycle_hooks(AutoScalingGroupName, LifecycleHookNames)
[required] The name of the Auto Scaling group.
The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.
svc$describe_lifecycle_hooks( AutoScalingGroupName = "string", LifecycleHookNames = list( "string" ) )
# NOT RUN { # This example describes the lifecycle hooks for the specified Auto # Scaling group. svc$describe_lifecycle_hooks( AutoScalingGroupName = "my-auto-scaling-group" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab