v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1463248219.5 KB

Lists the associations between your Direct Connect gateways and virtual private gateways and transit gateways. You must specify one of the following:

  • A Direct Connect gateway

    The response contains all virtual private gateways and transit gateways associated with the Direct Connect gateway.

  • A virtual private gateway

    The response contains the Direct Connect gateway.

  • A transit gateway

    The response contains the Direct Connect gateway.

  • A Direct Connect gateway and a virtual private gateway

    The response contains the association between the Direct Connect gateway and virtual private gateway.

  • A Direct Connect gateway and a transit gateway

    The response contains the association between the Direct Connect gateway and transit gateway.

post/#X-Amz-Target=OvertureService.DescribeDirectConnectGatewayAssociations

Headers

X-Amz-Target'OvertureService.DescribeDirectConnectGatewayAssociations' required

Request body

associationIdstring

The ID of the Direct Connect gateway association.

associatedGatewayIdstring

The ID of the associated gateway.

directConnectGatewayIdstring

The ID of the Direct Connect gateway.

maxResultsinteger
<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p> <p>If <code>MaxResults</code> is given a value larger than 100, only 100 results are returned.</p>
nextTokenstring

The token provided in the previous call to retrieve the next page.

virtualGatewayIdstring

The ID of the virtual private gateway or transit gateway.

Response

Success

nextTokenstring

The token to retrieve the next page.