aws.directconnect.describe_virtual_interfaces
Example SQL Queries
SELECT * FROMaws.directconnect.describe_virtual_interfaces;Description
Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.
A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connection_id Input Column The ID of the connection. | VARCHAR |
| virtual_interface_id Input Column The ID of the virtual interface. | VARCHAR |
| _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 |
| virtual_interfaces The virtual interfaces | STRUCT( |
Show child fields
| |