aws.ec2.get_vpn_tunnel_replacement_status
Example SQL Queries
SELECT * FROMaws.ec2.get_vpn_tunnel_replacement_statusWHERE"vpn_connection_id" = 'VALUE'AND "vpn_tunnel_outside_ip_address" = 'VALUE';Description
Get details of available tunnel endpoint maintenance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vpn_connection_id Required Input Column The ID of the Site-to-Site VPN connection. | VARCHAR |
| vpn_tunnel_outside_ip_address Required Input Column The external IP address of the VPN tunnel. | 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 |
| _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 |
| customer_gateway_id The ID of the customer gateway. | VARCHAR |
| maintenance_details Get details of pending tunnel endpoint maintenance. | STRUCT( |
Show child fields
| |
| transit_gateway_id The ID of the transit gateway associated with the VPN connection. | VARCHAR |
| vpn_gateway_id The ID of the virtual private gateway. | VARCHAR |