ec2_modify_vpn_connection: Modifies the customer gateway or the target gateway of an...

View source: R/ec2_operations.R

ec2_modify_vpn_connectionR Documentation

Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection

Description

Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection. To modify the target gateway, the following migration options are available:

See https://www.paws-r-sdk.com/docs/ec2_modify_vpn_connection/ for full documentation.

Usage

ec2_modify_vpn_connection(
  VpnConnectionId,
  TransitGatewayId = NULL,
  CustomerGatewayId = NULL,
  VpnGatewayId = NULL,
  DryRun = NULL
)

Arguments

VpnConnectionId

[required] The ID of the VPN connection.

TransitGatewayId

The ID of the transit gateway.

CustomerGatewayId

The ID of the customer gateway at your end of the VPN connection.

VpnGatewayId

The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.

DryRun

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.


paws.compute documentation built on May 29, 2024, 9:16 a.m.