View source: R/lookoutmetrics_operations.R
lookoutmetrics_update_alert | R Documentation |
Make changes to an existing alert.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_update_alert/ for full documentation.
lookoutmetrics_update_alert(
AlertArn,
AlertDescription = NULL,
AlertSensitivityThreshold = NULL,
Action = NULL,
AlertFilters = NULL
)
AlertArn |
[required] The ARN of the alert to update. |
AlertDescription |
A description of the alert. |
AlertSensitivityThreshold |
An integer from 0 to 100 specifying the alert sensitivity threshold. |
Action |
Action that will be triggered when there is an alert. |
AlertFilters |
The configuration of the alert filters, containing MetricList and DimensionFilterList. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.