Skip to main content

connections_on_interconnects

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

Overview

Nameconnections_on_interconnects
TypeResource
Idaws.directconnect.connections_on_interconnects

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
connectionsarrayThe connections.
next_tokenstringThe token to use to retrieve the next page of results. This value is null when there are no more results to return.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_connections_on_interconnectselectregionDeprecated. Use DescribeHostedConnections instead. Lists the connections that have been provisioned on the specified interconnect. Intended for use by Direct Connect Partners only.

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 DescribeHostedConnections instead. Lists the connections that have been provisioned on the specified interconnect. Intended for use by Direct Connect Partners only.

SELECT
connections,
next_token
FROM aws.directconnect.connections_on_interconnects
WHERE region = '{{ region }}' -- required
;