View source: R/directconnect_operations.R
directconnect_describe_direct_connect_gateway_attachments | R Documentation |
Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the response contains all Direct Connect gateways attached to the virtual interface. If you specify both, the response contains the attachment between the Direct Connect gateway and the virtual interface.
See https://www.paws-r-sdk.com/docs/directconnect_describe_direct_connect_gateway_attachments/ for full documentation.
directconnect_describe_direct_connect_gateway_attachments(
directConnectGatewayId = NULL,
virtualInterfaceId = NULL,
maxResults = NULL,
nextToken = NULL
)
directConnectGatewayId |
The ID of the Direct Connect gateway. |
virtualInterfaceId |
The ID of the virtual interface. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.