values

@JvmName(name = "dchpbggyugpcmurd")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "ulregqcnjnujuipo")
suspend fun values(value: List<String>)

Parameters

value

A list of values to match for a given condition. The values should be valid resource IDs.


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


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

Parameters

values

A list of values to match for a given condition. The values should be valid resource IDs.