subStatuses

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


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