connections_on_interconnects
Creates, updates, deletes, gets or lists a connections_on_interconnects resource.
Overview
| Name | connections_on_interconnects |
| Type | Resource |
| Id | aws.directconnect.connections_on_interconnects |
Fields
The following fields are returned by SELECT queries:
- describe_connections_on_interconnect
| Name | Datatype | Description |
|---|---|---|
connections | array | The connections. |
next_token | string | The 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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_connections_on_interconnect | select | region | Deprecated. 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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- describe_connections_on_interconnect
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
;