matchValues

@JvmName(name = "lwpriwymceyfeicl")
suspend fun matchValues(value: Output<List<String>>)
@JvmName(name = "svnwwjxhqaqljpab")
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 = "pmvskspfngxahqsb")
suspend fun matchValues(vararg values: Output<String>)


@JvmName(name = "advysgqsdrfgtcjx")
suspend fun matchValues(values: List<Output<String>>)
@JvmName(name = "hhqtcgucotasoapa")
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.