prometheusservice_list_workspaces: Lists all AMP workspaces, including workspaces being created...

View source: R/prometheusservice_operations.R

prometheusservice_list_workspacesR Documentation

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(
  nextToken = NULL,
  alias = NULL,
  maxResults = NULL
)

Arguments

nextToken

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

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


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.