enum

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

Parameters

value

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


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


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

Parameters

values

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