allowedValues

@JvmName(name = "utcxlmncfxhxdlmt")
suspend fun allowedValues(value: Output<List<Any>>)
@JvmName(name = "xubdtdjtfrhkhrcm")
suspend fun allowedValues(value: List<Any>?)

Parameters

value

The allowed values for the parameter.


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


@JvmName(name = "ruflokxkgywbfvoy")
suspend fun allowedValues(values: List<Output<Any>>)
@JvmName(name = "gbcbjbvmtffmonts")
suspend fun allowedValues(vararg values: Any)

Parameters

values

The allowed values for the parameter.