matchValues

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


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