values

@JvmName(name = "hrxlrgocwfijrrrk")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "lrdtoqdhhwsoavxp")
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 = "tvavbuqnhxvkcnat")
suspend fun values(vararg values: Output<String>)


@JvmName(name = "ysvgnhhfxoeqgsjc")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "kpywlxoervesxiku")
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.