GetLifecycleHookPlainArgs

data class GetLifecycleHookPlainArgs(val autoScalingGroupName: String, val lifecycleHookName: String) : ConvertibleToJava<GetLifecycleHookPlainArgs>

Constructors

Link copied to clipboard
fun GetLifecycleHookPlainArgs(autoScalingGroupName: String, lifecycleHookName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetLifecycleHookPlainArgs

Properties

Link copied to clipboard

The name of the Auto Scaling group for the lifecycle hook.

Link copied to clipboard

The name of the lifecycle hook.