describeLifecycleHooks

Gets information about the lifecycle hooks for the specified Auto Scaling group.

Samples

// This example describes the lifecycle hooks for the specified Auto Scaling group.
val resp = autoScalingClient.describeLifecycleHooks {
    autoScalingGroupName = "my-auto-scaling-group"
}