Module Values_7.CreateVpnConnectionRouteRequestSource

Contains the parameters for CreateVpnConnectionRoute.

Sourcetype nonrec t = {
  1. destinationCidrBlock : Values_0.String_.t;
    (*

    The CIDR block associated with the local subnet of the customer network.

    *)
  2. vpnConnectionId : Values_2.VpnConnectionId.t;
    (*

    The ID of the VPN connection.

    *)
}
Sourceval context_ : string
Sourceval make : destinationCidrBlock:Values_0.String_.t -> vpnConnectionId:Values_2.VpnConnectionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t