Describes the lifecycle hooks for the specified Auto Scaling group
Describes the lifecycle hooks for the specified Auto Scaling group.
autoscaling_describe_lifecycle_hooks(AutoScalingGroupName, LifecycleHookNames)
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
LifecycleHookNames |
The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described. |
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" ) ) )
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" ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.