statuses

@JvmName(name = "lvnwuinhqkvbuerh")
suspend fun statuses(value: Output<List<String>>)
@JvmName(name = "fjustdbfvpatjhtu")
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 = "bkpvegkvcjyhsotw")
suspend fun statuses(vararg values: Output<String>)


@JvmName(name = "cyasqweddwlktwvd")
suspend fun statuses(values: List<Output<String>>)
@JvmName(name = "fheghukdettprvsx")
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.