Module Values_4.ModifyVpnTunnelOptionsRequestSource

Modifies 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.

Sourcetype nonrec t = {
  1. vpnConnectionId : Values_2.VpnConnectionId.t;
    (*

    The ID of the Amazon Web Services Site-to-Site VPN connection.

    *)
  2. vpnTunnelOutsideIpAddress : Values_0.String_.t;
    (*

    The external IP address of the VPN tunnel.

    *)
  3. tunnelOptions : Values_3.ModifyVpnTunnelOptionsSpecification.t;
    (*

    The tunnel options to modify.

    *)
  4. 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.

    *)
  5. 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

    *)
  6. preSharedKeyStorage : Values_0.String_.t option;
    (*

    Specifies the storage mode for the pre-shared key (PSK). Valid values are Standard (stored in Site-to-Site VPN service) or SecretsManager (stored in Amazon Web Services Secrets Manager).

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> ?skipTunnelReplacement:??? -> ?preSharedKeyStorage:??? -> vpnConnectionId:Values_2.VpnConnectionId.t -> vpnTunnelOutsideIpAddress:Values_0.String_.t -> tunnelOptions:Values_3.ModifyVpnTunnelOptionsSpecification.t -> unit -> t
Sourceval 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 ]
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