Values_4.ModifyVpnTunnelOptionsRequestSourceModifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see Site-to-Site VPN tunnel options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.
type nonrec t = {vpnConnectionId : Values_2.VpnConnectionId.t;The ID of the Amazon Web Services Site-to-Site VPN connection.
*)vpnTunnelOutsideIpAddress : Values_0.String_.t;The external IP address of the VPN tunnel.
*)tunnelOptions : Values_3.ModifyVpnTunnelOptionsSpecification.t;The tunnel options to modify.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)skipTunnelReplacement : Values_0.Boolean.t option;Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off EnableTunnelLifecycleControl. Valid values: True | False
*)}val make :
?dryRun:??? ->
?skipTunnelReplacement:??? ->
?preSharedKeyStorage:??? ->
vpnConnectionId:Values_2.VpnConnectionId.t ->
vpnTunnelOutsideIpAddress:Values_0.String_.t ->
tunnelOptions:Values_3.ModifyVpnTunnelOptionsSpecification.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_2.VpnConnectionId.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string * [> `Integer of int | `String of string ]) list ]
list
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Structure of
(string * [> `Boolean of bool | `String of string ])
list ])
list ])
list ])
list ]