Lists the associations between your Direct Connect gateways and virtual private gateways. You must specify a Direct Connect gateway, a virtual private gateway, or both. If you specify a Direct Connect gateway, the response contains all virtual private gateways associated with the Direct Connect gateway. If you specify a virtual private gateway, the response contains all Direct Connect gateways associated with the virtual private gateway. If you specify both, the response contains the association between the Direct Connect gateway and the virtual private gateway.
directconnect_describe_direct_connect_gateway_associations(
associationId, associatedGatewayId, directConnectGatewayId, maxResults,
nextToken, virtualGatewayId)
The ID of the Direct Connect gateway association.
The ID of the associated gateway.
The ID of the Direct Connect gateway.
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
If MaxResults
is given a value larger than 100, only 100 results are
returned.
The token provided in the previous call to retrieve the next page.
The ID of the virtual private gateway.
svc$describe_direct_connect_gateway_associations( associationId = "string", associatedGatewayId = "string", directConnectGatewayId = "string", maxResults = 123, nextToken = "string", virtualGatewayId = "string" )