statuses

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


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