View source: R/prometheusservice_operations.R
prometheusservice_list_workspaces | R Documentation |
Lists all of the Amazon Managed Service for Prometheus workspaces in your account. This includes workspaces being created or deleted.
See https://www.paws-r-sdk.com/docs/prometheusservice_list_workspaces/ for full documentation.
prometheusservice_list_workspaces(
alias = NULL,
maxResults = NULL,
nextToken = NULL
)
alias |
If this is included, it filters the results to only the workspaces with names that start with the value that you specify here. Amazon Managed Service for Prometheus will automatically strip any blank spaces from the beginning and end of the alias that you specify. |
maxResults |
The maximum number of workspaces to return per request. The default is 100. |
nextToken |
The token for the next set of items to return. You receive this token from a previous call, and use it to get the next page of results. The other parameters must be the same as the initial call. For example, if your initial request has |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.