values

@JvmName(name = "enxhsblxxiuhrbye")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "lyldfdnyrhxoehbl")
suspend fun values(value: List<String>?)

Parameters

value

An array of string values. One value must match the label to be selected. Each entry in Values is ORed.


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


@JvmName(name = "pjqnbukjmwcvsrsq")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "kcndvtjowqhtxhlv")
suspend fun values(vararg values: String)

Parameters

values

An array of string values. One value must match the label to be selected. Each entry in Values is ORed.