matchValues

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


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