Skip to content

aws.directconnect.describe_virtual_gateways

Example SQL Queries

SELECT * FROM
aws.directconnect.describe_virtual_gateways;

Description

Deprecated. Use DescribeVpnGateways instead. See DescribeVPNGateways in the Amazon Elastic Compute Cloud API Reference.

Lists the virtual private gateways owned by the Amazon Web Services account.

You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.

Table Definition

Column NameColumn Data Type
virtual_gateways

The virtual private gateways.

STRUCT(
"virtual_gateway_id" VARCHAR,
"virtual_gateway_state" VARCHAR
)[]
Show child fields
virtual_gateways[]
Show child fields
virtual_gateways[].virtual_gateway_id

The ID of the virtual private gateway.

virtual_gateways[].virtual_gateway_state

The state of the virtual private gateway. The following are the possible values:

  • pending: Initial state after creating the virtual private gateway.

  • available: Ready for use by a private virtual interface.

  • deleting: Initial state after deleting the virtual private gateway.

  • deleted: The virtual private gateway is deleted. The private virtual interface is unable to send traffic over this gateway.