matchValues

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

Parameters

value

For the IP Match or IP Not Match operators: specify one or more IP address ranges. If multiple IP address ranges are specified, they're evaluated using OR logic. For the Geo Match or Geo Not Match operators: specify one or more locations using their country code. ->NOTE: See the Specifying IP Address Ranges section below on how to correctly define the match_values field.


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


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

Parameters

values

For the IP Match or IP Not Match operators: specify one or more IP address ranges. If multiple IP address ranges are specified, they're evaluated using OR logic. For the Geo Match or Geo Not Match operators: specify one or more locations using their country code. ->NOTE: See the Specifying IP Address Ranges section below on how to correctly define the match_values field.