View source: R/ec2_operations.R
ec2_modify_vpn_connection_options | R Documentation |
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
)
VpnConnectionId |
[required] The ID of the Site-to-Site VPN connection. |
LocalIpv4NetworkCidr |
The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection. Default: |
RemoteIpv4NetworkCidr |
The IPv4 CIDR on the Amazon Web Services side of the VPN connection. Default: |
LocalIpv6NetworkCidr |
The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection. Default: |
RemoteIpv6NetworkCidr |
The IPv6 CIDR on the Amazon Web Services side of the VPN connection. Default: |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.