notifications

@JvmName(name = "ncbcnwmdhymnvnod")
suspend fun notifications(value: Output<List<AutoscaleNotificationArgs>>)
@JvmName(name = "hrtiqqaybccpafll")
suspend fun notifications(value: List<AutoscaleNotificationArgs>?)

Parameters

value

the collection of notifications.


@JvmName(name = "gplkmeefvhlqewra")
suspend fun notifications(vararg values: Output<AutoscaleNotificationArgs>)


@JvmName(name = "qvitkqsyiajjwems")
suspend fun notifications(values: List<Output<AutoscaleNotificationArgs>>)
@JvmName(name = "jlaexagikxvtbsjr")
suspend fun notifications(vararg values: AutoscaleNotificationArgs)

Parameters

values

the collection of notifications.


@JvmName(name = "kuygpobbfgeuqenk")
suspend fun notifications(argument: List<suspend AutoscaleNotificationArgsBuilder.() -> Unit>)
@JvmName(name = "vwybixosmpesyolc")
suspend fun notifications(vararg argument: suspend AutoscaleNotificationArgsBuilder.() -> Unit)
@JvmName(name = "sxfuulmfhkfpkpuf")
suspend fun notifications(argument: suspend AutoscaleNotificationArgsBuilder.() -> Unit)

Parameters

argument

the collection of notifications.