View source: R/prometheusservice_operations.R
prometheusservice_update_workspace_alias | R Documentation |
Updates the alias of an existing workspace.
See https://www.paws-r-sdk.com/docs/prometheusservice_update_workspace_alias/ for full documentation.
prometheusservice_update_workspace_alias(
alias = NULL,
clientToken = NULL,
workspaceId
)
alias |
The new alias for the workspace. It does not need to be unique. Amazon Managed Service for Prometheus will automatically strip any blank spaces from the beginning and end of the alias that you specify. |
clientToken |
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. |
workspaceId |
[required] The ID of the workspace to update. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.