statuses

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


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