aws.directconnect.describe_direct_connect_gateways
Example SQL Queries
SELECT * FROMaws.directconnect.describe_direct_connect_gateways;Description
Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| direct_connect_gateway_id Input Column The ID of the Direct Connect gateway. | 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 |
| amazon_side_asn The autonomous system number (ASN) for the Amazon side of the connection. | BIGINT |
| direct_connect_gateway_name The name of the Direct Connect gateway. | VARCHAR |
| direct_connect_gateway_state The state of the Direct Connect gateway. The following are the possible values:
| VARCHAR |
| owner_account The ID of the Amazon Web Services account that owns the Direct Connect gateway. | VARCHAR |
| state_change_error The error message if the state of an object failed to advance. | VARCHAR |