matchValues

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

Parameters

value

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


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


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

Parameters

values

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