enum

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

Parameters

value

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


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


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

Parameters

values

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