statuses

@JvmName(name = "uhyonuwinorsilrg")
suspend fun statuses(value: Output<List<String>>)
@JvmName(name = "nchjsnjdqeqxrxok")
suspend fun statuses(value: List<String>?)

Parameters

value

A list of status of the event. For example, Started, Failed, or Succeeded.

NOTE: status and statuses are mutually exclusive.


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


@JvmName(name = "pdnmhldbgchjaoko")
suspend fun statuses(values: List<Output<String>>)
@JvmName(name = "vtjwypkcgfmlgwhd")
suspend fun statuses(vararg values: String)

Parameters

values

A list of status of the event. For example, Started, Failed, or Succeeded.

NOTE: status and statuses are mutually exclusive.