Updates an existing alert manager definition in a workspace
Source:R/prometheusservice_operations.R
prometheusservice_put_alert_manager_definition.RdUpdates an existing alert manager definition in a workspace. If the workspace does not already have an alert manager definition, don't use this operation to create it. Instead, use create_alert_manager_definition.
See https://www.paws-r-sdk.com/docs/prometheusservice_put_alert_manager_definition/ for full documentation.
Arguments
- workspaceId
[required] The ID of the workspace to update the alert manager definition in.
- data
[required] The alert manager definition to use. A base64-encoded version of the YAML alert manager definition file.
For details about the alert manager definition, see AlertManagedDefinitionData.
- clientToken
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.