matchValues

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

Parameters

value

Specify one or more IP address ranges. If multiple IP address ranges are specified, they're evaluated using OR logic.

Note: See the Specifying IP Address Ranges section below on how to correctly define the match_values field.


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


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

Parameters

values

Specify one or more IP address ranges. If multiple IP address ranges are specified, they're evaluated using OR logic.

Note: See the Specifying IP Address Ranges section below on how to correctly define the match_values field.