subStatuses

@JvmName(name = "wtmbahpurbgglkdy")
suspend fun subStatuses(value: Output<List<String>>)
@JvmName(name = "obqhclljkwfqiqca")
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 = "koqakjbdaglpthay")
suspend fun subStatuses(vararg values: Output<String>)


@JvmName(name = "bqbbaajquovsbbwg")
suspend fun subStatuses(values: List<Output<String>>)
@JvmName(name = "igwuhymltwfuoueh")
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.