enum

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

Parameters

value

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


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


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

Parameters

values

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