categoricalValues

@JvmName(name = "jjlbtdlshqacrqqt")
suspend fun categoricalValues(value: Output<List<String>>)
@JvmName(name = "yptfwhlbouybusoh")
suspend fun categoricalValues(value: List<String>?)

Parameters

value

Required if type is CATEGORICAL. The list of possible categories.


@JvmName(name = "elfuhunpnifdhvdh")
suspend fun categoricalValues(vararg values: Output<String>)


@JvmName(name = "vrmyfvcwmhlrjfjr")
suspend fun categoricalValues(values: List<Output<String>>)
@JvmName(name = "sxxpkoravipaqsen")
suspend fun categoricalValues(vararg values: String)

Parameters

values

Required if type is CATEGORICAL. The list of possible categories.