lookoutmetrics_update_alert {paws.machine.learning} | R Documentation |
Make changes to an existing alert
Description
Make changes to an existing alert.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_update_alert/ for full documentation.
Usage
lookoutmetrics_update_alert(
AlertArn,
AlertDescription = NULL,
AlertSensitivityThreshold = NULL,
Action = NULL,
AlertFilters = NULL
)
Arguments
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. |
[Package paws.machine.learning version 0.7.0 Index]