values

@JvmName(name = "svwiyptuiskmccug")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "ewegvqocsivdxkis")
suspend fun values(value: List<String>?)

Parameters

value

The source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header.


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


@JvmName(name = "ryabmnhvpvxsaadp")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "hbotwyencxleaahb")
suspend fun values(vararg values: String)

Parameters

values

The source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header.