notificationEvents

@JvmName(name = "ncfcwowawgajjxpl")
suspend fun notificationEvents(value: Output<List<String>>)
@JvmName(name = "xclfbxjnsdcbocpi")
suspend fun notificationEvents(value: List<String>?)

Parameters

value

The different events for which you can receive notifications. Valid values: All, InProgress, Success, TimedOut, Cancelled, and Failed


@JvmName(name = "libjmygunsngcdwa")
suspend fun notificationEvents(vararg values: Output<String>)


@JvmName(name = "shxvbcyknekflxhg")
suspend fun notificationEvents(values: List<Output<String>>)
@JvmName(name = "lqqkvwpxqfcxhfjo")
suspend fun notificationEvents(vararg values: String)

Parameters

values

The different events for which you can receive notifications. Valid values: All, InProgress, Success, TimedOut, Cancelled, and Failed