Skip to contents

Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.

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

Usage

directconnect_describe_virtual_interfaces(
  connectionId = NULL,
  virtualInterfaceId = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

connectionId

The ID of the connection.

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 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.