Module Values.AwsEc2VpnConnectionOptionsDetailsSource

VPN connection options.

Sourcetype nonrec t = {
  1. staticRoutesOnly : Boolean.t option;
    (*

    Whether the VPN connection uses static routes only.

    *)
  2. tunnelOptions : AwsEc2VpnConnectionOptionsTunnelOptionsList.t option;
    (*

    The VPN tunnel options.

    *)
}
Sourceval make : ?staticRoutesOnly:??? -> ?tunnelOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Integer of Integer.t | `List of [> `Integer of Integer.t | `String of NonEmptyString.t ] list | `String of NonEmptyString.t ]) list ] list ]) 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