describeLifecycleHooks

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

Samples


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