Values_1.VerifiedAccessEndpointCidrOptionsSourceDescribes the CIDR options for a Verified Access endpoint.
type nonrec t = {cidr : Values_0.String_.t option;The CIDR.
*)portRanges : Values_0.VerifiedAccessEndpointPortRangeList.t option;The port ranges.
*)protocol : Values_0.VerifiedAccessEndpointProtocol.t option;The protocol.
*)subnetIds : Values_0.VerifiedAccessEndpointSubnetIdList.t option;The IDs of the subnets.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of (string * [> `Integer of int ]) list ]
list
| `String of Values_0.String_.t ])
list ]