subStatuses

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


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