Displays the specified connection or all connections in this Region
Source:R/directconnect_operations.R
directconnect_describe_connections.RdDisplays the specified connection or all connections in this Region.
See https://www.paws-r-sdk.com/docs/directconnect_describe_connections/ for full documentation.
Usage
directconnect_describe_connections(
connectionId = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- connectionId
The ID of the connection.
- maxResults
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextTokenvalue.If
MaxResultsis given a value larger than 100, only 100 results are returned.- nextToken
The token for the next page of results.