HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //lib/python3.6/site-packages/awscli/examples/directconnect/describe-direct-connect-gateways.rst
**To describe your Direct Connect gateways**

The following example describe all of your Direct Connect gateways. 

Command::

  aws directconnect describe-direct-connect-gateways

Output::

  {
    "directConnectGateways": [
        {
            "amazonSideAsn": 64512, 
            "directConnectGatewayId": "cf68415c-f4ae-48f2-87a7-3b52cexample", 
            "ownerAccount": "123456789012", 
            "directConnectGatewayName": "DxGateway2", 
            "directConnectGatewayState": "available"
        }, 
        {
            "amazonSideAsn": 64512, 
            "directConnectGatewayId": "5f294f92-bafb-4011-916d-9b0bdexample", 
            "ownerAccount": "123456789012", 
            "directConnectGatewayName": "DxGateway1", 
            "directConnectGatewayState": "available"
        }
    ]
  }