matchValues

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

Parameters

value

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


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


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

Parameters

values

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