Values_3.ClientVpnRouteSourceInformation about a Client VPN endpoint route.
type nonrec t = {clientVpnEndpointId : Values_0.String_.t option;The ID of the Client VPN endpoint with which the route is associated.
*)destinationCidr : Values_0.String_.t option;The IPv4 address range, in CIDR notation, of the route destination.
*)targetSubnet : Values_0.String_.t option;The ID of the subnet through which traffic is routed.
*)type_ : Values_0.String_.t option;The route type.
*)origin : Values_0.String_.t option;Indicates how the route was associated with the Client VPN endpoint. associate indicates that the route was automatically added when the target network was associated with the Client VPN endpoint. add-route indicates that the route was manually added using the CreateClientVpnRoute action.
*)status : Values_1.ClientVpnRouteStatus.t option;The current state of the route.
*)description : Values_0.String_.t option;A brief description of the route.
*)transitGatewayAttachmentId : Values_0.TransitGatewayAttachmentId.t option;The ID of the Transit Gateway attachment, if the route targets a Transit Gateway.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]