privateEndpointNetworkPolicies

@JvmName(name = "obwlfxncyqtonpjt")
suspend fun privateEndpointNetworkPolicies(value: Output<String>)
@JvmName(name = "qqephsfvubeencvc")
suspend fun privateEndpointNetworkPolicies(value: String?)

Parameters

value

Enable or Disable network policies for the private endpoint on the subnet. Possible values are Disabled, Enabled, NetworkSecurityGroupEnabled and RouteTableEnabled. Defaults to Disabled.

NOTE: If you don't want to use network policies like user-defined Routes and Network Security Groups, you need to set private_endpoint_network_policies in the subnet to Disabled. This setting only applies to Private Endpoints in the Subnet and affects all Private Endpoints in the Subnet. NOTE: If you want to use network policies like user-defined Routes and Network Security Groups, you need to set the private_endpoint_network_policies in the Subnet to Enabled/NetworkSecurityGroupEnabled/RouteTableEnabled. This setting only applies to Private Endpoints in the Subnet and affects all Private Endpoints in the Subnet. NOTE: See more details from Manage network policies for Private Endpoints.