matchValues

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

Parameters

value

List of string values. For GeoMatch operator this should be a list of country codes (e.g. US or DE). List of IP address if operator equals to IPMatch. This is required if operator is not Any.


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


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

Parameters

values

List of string values. For GeoMatch operator this should be a list of country codes (e.g. US or DE). List of IP address if operator equals to IPMatch. This is required if operator is not Any.