enum

@JvmName(name = "dpeoqseqprfmyosy")
suspend fun enum(value: Output<List<Any>>)
@JvmName(name = "nipyotyfamjuxtcb")
suspend fun enum(value: List<Any>?)

Parameters

value

If the data type is categorical, this provides the list of accepted categories.


@JvmName(name = "rimaensdgontppre")
suspend fun enum(vararg values: Output<Any>)


@JvmName(name = "lgqlabruemjkvpyt")
suspend fun enum(values: List<Output<Any>>)
@JvmName(name = "sedxpwabkhdbdpvo")
suspend fun enum(vararg values: Any)

Parameters

values

If the data type is categorical, this provides the list of accepted categories.