prometheusservice_update_workspace_alias {paws.management} | R Documentation |
Updates the alias of an existing workspace
Description
Updates the alias of an existing workspace.
See https://www.paws-r-sdk.com/docs/prometheusservice_update_workspace_alias/ for full documentation.
Usage
prometheusservice_update_workspace_alias(
alias = NULL,
clientToken = NULL,
workspaceId
)
Arguments
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. |
[Package paws.management version 0.7.0 Index]