Lists all AMP workspaces, including workspaces being created or deleted.
See https://www.paws-r-sdk.com/docs/prometheusservice_list_workspaces/ for full documentation.
prometheusservice_list_workspaces(
nextToken = NULL,
alias = NULL,
maxResults = NULL
)
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.
Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.
Maximum results to return in response (default=100, maximum=1000).