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¶
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
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.
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"
)
)
)