enum

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

Parameters

value

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


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


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

Parameters

values

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