matchValues

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

Parameters

value

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


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


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

Parameters

values

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