Module Values_4.ModifyVpnConnectionOptionsRequestSource

Modifies the connection options for your Site-to-Site VPN connection. When you modify the VPN connection options, the VPN endpoint IP addresses on the Amazon Web Services side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated.

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

    The ID of the Site-to-Site VPN connection.

    *)
  2. localIpv4NetworkCidr : Values_0.String_.t option;
    (*

    The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection. Default: 0.0.0.0/0

    *)
  3. remoteIpv4NetworkCidr : Values_0.String_.t option;
    (*

    The IPv4 CIDR on the Amazon Web Services side of the VPN connection. Default: 0.0.0.0/0

    *)
  4. localIpv6NetworkCidr : Values_0.String_.t option;
    (*

    The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection. Default: ::/0

    *)
  5. remoteIpv6NetworkCidr : Values_0.String_.t option;
    (*

    The IPv6 CIDR on the Amazon Web Services side of the VPN connection. Default: ::/0

    *)
  6. tunnelBandwidth : Values_0.VpnTunnelBandwidth.t option;
    (*

    The desired bandwidth specification for the VPN connection. standard supports up to 1.25 Gbps per tunnel, while large supports up to 5 Gbps per tunnel. Large bandwidth is only available for VPN connections attached to a transit gateway or to Cloud WAN. The default value is standard.

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

    *)
}
Sourceval context_ : string
Sourceval make : ?localIpv4NetworkCidr:??? -> ?remoteIpv4NetworkCidr:??? -> ?localIpv6NetworkCidr:??? -> ?remoteIpv6NetworkCidr:??? -> ?tunnelBandwidth:??? -> ?dryRun:??? -> vpnConnectionId:Values_2.VpnConnectionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of Values_2.VpnConnectionId.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