Get Vpn Tunnel Replacement Status
ec2_get_vpn_tunnel_replacement_status | R Documentation |
Get details of available tunnel endpoint maintenance¶
Description¶
Get details of available tunnel endpoint maintenance.
Usage¶
ec2_get_vpn_tunnel_replacement_status(VpnConnectionId,
VpnTunnelOutsideIpAddress, DryRun)
Arguments¶
VpnConnectionId |
[required] The ID of the Site-to-Site VPN connection. |
VpnTunnelOutsideIpAddress |
[required] The external IP address of the VPN tunnel. |
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
|
Value¶
A list with the following syntax:
list(
VpnConnectionId = "string",
TransitGatewayId = "string",
CustomerGatewayId = "string",
VpnGatewayId = "string",
VpnTunnelOutsideIpAddress = "string",
MaintenanceDetails = list(
PendingMaintenance = "string",
MaintenanceAutoAppliedAfter = as.POSIXct(
"2015-01-01"
),
LastMaintenanceApplied = as.POSIXct(
"2015-01-01"
)
)
)
Request syntax¶
svc$get_vpn_tunnel_replacement_status(
VpnConnectionId = "string",
VpnTunnelOutsideIpAddress = "string",
DryRun = TRUE|FALSE
)