Description Usage Arguments Value Request syntax
View source: R/directconnect_operations.R
Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.
1 2 | directconnect_describe_direct_connect_gateways(directConnectGatewayId,
maxResults, nextToken)
|
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. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
1 2 3 4 5 | svc$describe_direct_connect_gateways(
directConnectGatewayId = "string",
maxResults = 123,
nextToken = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.