Modifies the connection options for your Site-to-Site VPN connection.
See https://www.paws-r-sdk.com/docs/ec2_modify_vpn_connection_options/ for full documentation.
ec2_modify_vpn_connection_options(
VpnConnectionId,
LocalIpv4NetworkCidr = NULL,
RemoteIpv4NetworkCidr = NULL,
LocalIpv6NetworkCidr = NULL,
RemoteIpv6NetworkCidr = NULL,
DryRun = NULL
)
[required] The ID of the Site-to-Site VPN connection.
The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.
Default: 0.0.0.0/0
The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
Default: 0.0.0.0/0
The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.
Default: ::/0
The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
Default: ::/0
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
.