initialLifecycleHooks

@JvmName(name = "yoaxssiacjoyvyuh")
suspend fun initialLifecycleHooks(value: Output<List<GroupInitialLifecycleHookArgs>>)
@JvmName(name = "fcwxjwymbjplsmxn")
suspend fun initialLifecycleHooks(value: List<GroupInitialLifecycleHookArgs>?)

Parameters

value

One or more Lifecycle Hooks to attach to the Auto Scaling Group before instances are launched. The syntax is exactly the same as the separate aws.autoscaling.LifecycleHook resource, without the autoscaling_group_name attribute. Please note that this will only work when creating a new Auto Scaling Group. For all other use-cases, please use aws.autoscaling.LifecycleHook resource.


@JvmName(name = "gjbhgkwvastdveod")
suspend fun initialLifecycleHooks(vararg values: Output<GroupInitialLifecycleHookArgs>)


@JvmName(name = "bipomyqkofynmwbf")
suspend fun initialLifecycleHooks(values: List<Output<GroupInitialLifecycleHookArgs>>)
@JvmName(name = "otyxdiedsuocxpwd")
suspend fun initialLifecycleHooks(vararg values: GroupInitialLifecycleHookArgs)

Parameters

values

One or more Lifecycle Hooks to attach to the Auto Scaling Group before instances are launched. The syntax is exactly the same as the separate aws.autoscaling.LifecycleHook resource, without the autoscaling_group_name attribute. Please note that this will only work when creating a new Auto Scaling Group. For all other use-cases, please use aws.autoscaling.LifecycleHook resource.


@JvmName(name = "yaxxclseekllliny")
suspend fun initialLifecycleHooks(argument: List<suspend GroupInitialLifecycleHookArgsBuilder.() -> Unit>)
@JvmName(name = "juraiblnsetiavqx")
suspend fun initialLifecycleHooks(vararg argument: suspend GroupInitialLifecycleHookArgsBuilder.() -> Unit)
@JvmName(name = "rukcxnodgddjllrx")
suspend fun initialLifecycleHooks(argument: suspend GroupInitialLifecycleHookArgsBuilder.() -> Unit)

Parameters

argument

One or more Lifecycle Hooks to attach to the Auto Scaling Group before instances are launched. The syntax is exactly the same as the separate aws.autoscaling.LifecycleHook resource, without the autoscaling_group_name attribute. Please note that this will only work when creating a new Auto Scaling Group. For all other use-cases, please use aws.autoscaling.LifecycleHook resource.