Values_7.CreateVpnConnectionRouteRequestSourceContains the parameters for CreateVpnConnectionRoute.
type nonrec t = {destinationCidrBlock : Values_0.String_.t;The CIDR block associated with the local subnet of the customer network.
*)vpnConnectionId : Values_2.VpnConnectionId.t;The ID of the VPN connection.
*)}val make :
destinationCidrBlock:Values_0.String_.t ->
vpnConnectionId:Values_2.VpnConnectionId.t ->
unit ->
t