Lists the associations between your Direct Connect gateways and virtual private gateways and transit gateways. You must specify one of the following:
See https://paws-r.github.io/docs/directconnect/describe_direct_connect_gateway_associations.html for full documentation.
directconnect_describe_direct_connect_gateway_associations(
associationId = NULL,
associatedGatewayId = NULL,
directConnectGatewayId = NULL,
maxResults = NULL,
nextToken = NULL,
virtualGatewayId = NULL
)
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 or transit gateway.