describeLifecycleHookTypes

Describes the available types of lifecycle hooks.

The following hook types are supported:

  • autoscaling:EC2_INSTANCE_LAUNCHING

  • autoscaling:EC2_INSTANCE_TERMINATING

Samples


fun main() { 
   //sampleStart 
   // This example describes the available lifecycle hook types.
val resp = autoScalingClient.describeLifecycleHookTypes() 
   //sampleEnd
}