Creates an alert for an anomaly detector.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_create_alert/ for full documentation.
lookoutmetrics_create_alert(
AlertName,
AlertSensitivityThreshold = NULL,
AlertDescription = NULL,
AnomalyDetectorArn,
Action,
Tags = NULL,
AlertFilters = NULL
)
[required] The name of the alert.
An integer from 0 to 100 specifying the alert sensitivity threshold.
A description of the alert.
[required] The ARN of the detector to which the alert is attached.
[required] Action that will be triggered when there is an alert.
A list of tags to apply to the alert.
The configuration of the alert filters, containing MetricList and DimensionFilterList.