aws.ec2.describe_client_vpn_connections
Example SQL Queries
SELECT * FROMaws.ec2.describe_client_vpn_connectionsWHERE"client_vpn_endpoint_id" = 'VALUE';Description
Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| client_vpn_endpoint_id Required Input Column The ID of the Client VPN endpoint to which the client is connected. | VARCHAR |
| dry_run Input Column 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 is UnauthorizedOperation. | BOOLEAN |
| filters Input Column One or more filters. Filter names and values are case-sensitive.
| STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| client_ip The IP address of the client. | VARCHAR |
| common_name The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name. | VARCHAR |
| connection_end_time The date and time the client connection was terminated. | VARCHAR |
| connection_established_time The date and time the client connection was established. | VARCHAR |
| connection_id The ID of the client connection. | VARCHAR |
| egress_bytes The number of bytes received by the client. | VARCHAR |
| egress_packets The number of packets received by the client. | VARCHAR |
| ingress_bytes The number of bytes sent by the client. | VARCHAR |
| ingress_packets The number of packets sent by the client. | VARCHAR |
| posture_compliance_statuses The statuses returned by the client connect handler for posture compliance, if applicable. | VARCHAR[] |
Show child fields
| |
| status The current state of the client connection. | STRUCT( |
Show child fields
| |
| timestamp The current date and time. | VARCHAR |
| username The username of the client who established the client connection. This information is only provided if Active Directory client authentication is used. | VARCHAR |