View source: R/lookoutmetrics_operations.R
lookoutmetrics_create_alert | R Documentation |
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
)
AlertName |
[required] The name of the alert. |
AlertSensitivityThreshold |
An integer from 0 to 100 specifying the alert sensitivity threshold. |
AlertDescription |
A description of the alert. |
AnomalyDetectorArn |
[required] The ARN of the detector to which the alert is attached. |
Action |
[required] Action that will be triggered when there is an alert. |
Tags |
A list of tags to apply to the 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.