matchValues

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

Parameters

value

List of string values. This is required if operator is not Any.


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


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

Parameters

values

List of string values. This is required if operator is not Any.