powered by
Describes the lifecycle hooks for the specified Auto Scaling group.
autoscaling_describe_lifecycle_hooks(AutoScalingGroupName, LifecycleHookNames)
A list with the following syntax:
list( LifecycleHooks = list( list( LifecycleHookName = "string", AutoScalingGroupName = "string", LifecycleTransition = "string", NotificationTargetARN = "string", RoleARN = "string", NotificationMetadata = "string", HeartbeatTimeout = 123, GlobalTimeout = 123, DefaultResult = "string" ) ) )
[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" ) )
if (FALSE) { # This example describes the lifecycle hooks for the specified Auto # Scaling group. svc$describe_lifecycle_hooks( AutoScalingGroupName = "my-auto-scaling-group" ) }
Run the code above in your browser using DataLab