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