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
)
[required] The ARN of the alert to update.
A description of the alert.
An integer from 0 to 100 specifying the alert sensitivity threshold.
Action that will be triggered when there is an alert.
The configuration of the alert filters, containing MetricList and DimensionFilterList.