matchValues

@JvmName(name = "hostrnyieksvnjqu")
suspend fun matchValues(value: Output<List<String>>)
@JvmName(name = "yfjpnveljaaadkxq")
suspend fun matchValues(value: List<String>?)

Parameters

value

A list of match values. This is Required when the operator is not Any.


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


@JvmName(name = "djjtsihbxndetkwb")
suspend fun matchValues(values: List<Output<String>>)
@JvmName(name = "sieofplvsuorsgjf")
suspend fun matchValues(vararg values: String)

Parameters

values

A list of match values. This is Required when the operator is not Any.