directconnect_describe_direct_connect_gateway_associations {paws.networking} | R Documentation |
Lists the associations between your Direct Connect gateways and virtual private gateways and transit gateways
Description
Lists the associations between your Direct Connect gateways and virtual private gateways and transit gateways. You must specify one of the following:
See https://www.paws-r-sdk.com/docs/directconnect_describe_direct_connect_gateway_associations/ for full documentation.
Usage
directconnect_describe_direct_connect_gateway_associations(
associationId = NULL,
associatedGatewayId = NULL,
directConnectGatewayId = NULL,
maxResults = NULL,
nextToken = NULL,
virtualGatewayId = NULL
)
Arguments
associationId |
The ID of the Direct Connect gateway association. |
associatedGatewayId |
The ID of the associated gateway. |
directConnectGatewayId |
The ID of the Direct Connect gateway. |
maxResults |
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned If |
nextToken |
The token provided in the previous call to retrieve the next page. |
virtualGatewayId |
The ID of the virtual private gateway or transit gateway. |
[Package paws.networking version 0.9.0 Index]