allowedIps

@JvmName(name = "gnuutpydqskkpfnv")
suspend fun allowedIps(value: Output<List<String>>)
@JvmName(name = "icroweqdbdtvmcvx")
suspend fun allowedIps(value: List<String>?)

Parameters

value

Specifies a list of inbound IPv4 or CIDRs that are allowed to access the Search Service. If the incoming IP request is from an IP address which is not included in the allowed_ips it will be blocked by the Search Services firewall.

Note: The allowed_ips are only applied if the public_network_access_enabled field has been set to true, else all traffic over the public interface will be rejected, even if the allowed_ips field has been defined. When the public_network_access_enabled field has been set to false the private endpoint connections are the only allowed access point to the Search Service.


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


@JvmName(name = "cykprvjuiehkpnwc")
suspend fun allowedIps(values: List<Output<String>>)
@JvmName(name = "wlscldftfvangjbi")
suspend fun allowedIps(vararg values: String)

Parameters

values

Specifies a list of inbound IPv4 or CIDRs that are allowed to access the Search Service. If the incoming IP request is from an IP address which is not included in the allowed_ips it will be blocked by the Search Services firewall.

Note: The allowed_ips are only applied if the public_network_access_enabled field has been set to true, else all traffic over the public interface will be rejected, even if the allowed_ips field has been defined. When the public_network_access_enabled field has been set to false the private endpoint connections are the only allowed access point to the Search Service.