Values_3.ModifyVerifiedAccessEndpointEniOptionsSourceDescribes the options when modifying a Verified Access endpoint with the network-interface type.
type nonrec t = {protocol : Values_0.VerifiedAccessEndpointProtocol.t option;The IP protocol.
*)port : Values_0.VerifiedAccessEndpointPortNumber.t option;The IP port number.
*)portRanges : Values_2.ModifyVerifiedAccessEndpointPortRangeList.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 ])
list ]