matchValues

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

Parameters

value

List of values for the cookie. This is required if operator is not Any.


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


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

Parameters

values

List of values for the cookie. This is required if operator is not Any.