Values.NetworkConfigurationSourceThe network type (IPv4-only, Dual-Stack, PrivateLink) of the ingress endpoint resource.
type nonrec t = {publicNetworkConfiguration : PublicNetworkConfiguration.t option;Specifies the network configuration for the public ingress point.
*)privateNetworkConfiguration : PrivateNetworkConfiguration.t option;Specifies the network configuration for the private ingress point.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of VpcEndpointId.t ])
list ])
list ]