Lifecycle Hook Args
data class LifecycleHookArgs(val defaultResult: Output<String>? = null, val heartbeatTimeout: Output<Int>? = null, val lifecycleTransition: Output<String>? = null, val name: Output<String>? = null, val notificationArn: Output<String>? = null, val notificationMetadata: Output<String>? = null, val scalingGroupId: Output<String>? = null) : ConvertibleToJava<LifecycleHookArgs>
Import
Ess lifecycle hook can be imported using the id, e.g.
$ pulumi import alicloud:ess/lifecycleHook:LifecycleHook example ash-l12345
Content copied to clipboard
Constructors
Link copied to clipboard
fun LifecycleHookArgs(defaultResult: Output<String>? = null, heartbeatTimeout: Output<Int>? = null, lifecycleTransition: Output<String>? = null, name: Output<String>? = null, notificationArn: Output<String>? = null, notificationMetadata: Output<String>? = null, scalingGroupId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The name of the lifecycle hook, which must contain 2-64 characters (English or Chinese), starting with numbers, English letters or Chinese characters, and can contain number, underscores _
, hypens -
, and decimal point .
. If this parameter value is not specified, the default value is lifecycle hook id.
Link copied to clipboard