Skip to contents

Returns the currently negotiated security parameters for an active VPN tunnel, including IKE version, DH groups, encryption algorithms, and integrity algorithms.

See https://www.paws-r-sdk.com/docs/ec2_get_active_vpn_tunnel_status/ for full documentation.

Usage

ec2_get_active_vpn_tunnel_status(
  VpnConnectionId,
  VpnTunnelOutsideIpAddress,
  DryRun = NULL
)

Arguments

VpnConnectionId

[required] The ID of the VPN connection for which to retrieve the active tunnel status.

VpnTunnelOutsideIpAddress

[required] The external IP address of the VPN tunnel for which to retrieve the active status.

DryRun

Checks whether you have the required permissions for the action, without actually making the request.