matchValues

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

Parameters

value

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


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


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

Parameters

values

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