Values.AwsEc2VpnConnectionOptionsDetailsSourceVPN connection options.
type nonrec t = {staticRoutesOnly : Boolean.t option;Whether the VPN connection uses static routes only.
*)tunnelOptions : AwsEc2VpnConnectionOptionsTunnelOptionsList.t option;The VPN tunnel options.
*)}val 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 ]