View source: R/ec2_operations.R
ec2_describe_vpn_connections | R Documentation |
Describes one or more of your VPN connections.
See https://www.paws-r-sdk.com/docs/ec2_describe_vpn_connections/ for full documentation.
ec2_describe_vpn_connections(
Filters = NULL,
VpnConnectionIds = NULL,
DryRun = NULL
)
Filters |
One or more filters.
|
VpnConnectionIds |
One or more VPN connection IDs. Default: Describes your VPN connections. |
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.