Values_3.CreateVerifiedAccessEndpointEniOptionsSourceDescribes the network interface options when creating an Amazon Web Services Verified Access endpoint using the network-interface type.
type nonrec t = {networkInterfaceId : Values_0.NetworkInterfaceId.t option;The ID of the network interface.
*)protocol : Values_0.VerifiedAccessEndpointProtocol.t option;The IP protocol.
*)port : Values_0.VerifiedAccessEndpointPortNumber.t option;The IP port number.
*)portRanges : CreateVerifiedAccessEndpointPortRangeList.t option;The port ranges.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.VerifiedAccessEndpointPortNumber.t
| `List of
[> `Structure of
(string
* [> `Integer of Values_0.VerifiedAccessEndpointPortNumber.t ])
list ]
list
| `String of Values_0.NetworkInterfaceId.t ])
list ]