envs_1 / data /lib /python3.10 /site-packages /awscli /examples /directconnect /describe-connections-on-interconnect.rst
| **To list connections on an interconnect** | |
| The following ``describe-connections-on-interconnect`` command lists connections that have been provisioned on the given interconnect:: | |
| aws directconnect describe-connections-on-interconnect --interconnect-id dxcon-fgktov66 | |
| Output:: | |
| { | |
| "connections": [ | |
| { | |
| "partnerName": "TIVIT", | |
| "vlan": 101, | |
| "ownerAccount": "123456789012", | |
| "connectionId": "dxcon-ffzc51m1", | |
| "connectionState": "ordering", | |
| "bandwidth": "500Mbps", | |
| "location": "TIVIT", | |
| "connectionName": "mydcinterconnect", | |
| "region": "sa-east-1" | |
| } | |
| ] | |
| } |