Skip to contents

Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).

See https://www.paws-r-sdk.com/docs/directconnect_describe_hosted_connections/ for full documentation.

Usage

directconnect_describe_hosted_connections(
  connectionId,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

connectionId

[required] The ID of the interconnect or LAG.

maxResults

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.

nextToken

The token for the next page of results.