statuses

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


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