Learn R Programming

paws.management (version 0.3.1)

prometheusservice_list_workspaces: Lists all AMP workspaces, including workspaces being created or deleted

Description

Lists all AMP workspaces, including workspaces being created or deleted.

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

Usage

prometheusservice_list_workspaces(
  alias = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

alias

Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.

maxResults

Maximum results to return in response (default=100, maximum=1000).

nextToken

Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.