matchValues

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


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