aws.directconnect.describe_direct_connect_gateway_attachments
Example SQL Queries
SELECT * FROMaws.directconnect.describe_direct_connect_gateway_attachments;Description
Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the response contains all Direct Connect gateways attached to the virtual interface. If you specify both, the response contains the attachment between the Direct Connect gateway and the virtual interface.
Table Definition
| Column Name | Column Data Type |
|---|---|
| direct_connect_gateway_id Input Column The ID of the Direct Connect gateway. | 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 |
| attachment_state The state of the attachment. The following are the possible values:
| VARCHAR |
| attachment_type The type of attachment. | VARCHAR |
| state_change_error The error message if the state of an object failed to advance. | VARCHAR |
| virtual_interface_owner_account The ID of the Amazon Web Services account that owns the virtual interface. | VARCHAR |
| virtual_interface_region The Amazon Web Services Region where the virtual interface is located. | VARCHAR |