Skip to main content

virtual_gateways

Creates, updates, deletes, gets or lists a virtual_gateways resource.

Overview

Namevirtual_gateways
TypeResource
Idaws.directconnect.virtual_gateways

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
virtual_gatewaysarrayThe virtual private gateways.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_virtual_gatewaysselectregionDeprecated. 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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.

SELECT
virtual_gateways
FROM aws.directconnect.virtual_gateways
WHERE region = '{{ region }}' -- required
;