subStatuses

@JvmName(name = "lymaaobgmhxylbai")
suspend fun subStatuses(value: Output<List<String>>)
@JvmName(name = "oisftyoxcsoeqgvt")
suspend fun subStatuses(value: List<String>?)

Parameters

value

A list of sub status of the event.

NOTE: sub_status and sub_statuses are mutually exclusive.


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


@JvmName(name = "qeyiaqjsomhgqkci")
suspend fun subStatuses(values: List<Output<String>>)
@JvmName(name = "tnrhvulnobatcnua")
suspend fun subStatuses(vararg values: String)

Parameters

values

A list of sub status of the event.

NOTE: sub_status and sub_statuses are mutually exclusive.