lookoutmetrics_create_alert: Creates an alert for an anomaly detector

View source: R/lookoutmetrics_operations.R

lookoutmetrics_create_alertR Documentation

Creates an alert for an anomaly detector

Description

Creates an alert for an anomaly detector.

See https://www.paws-r-sdk.com/docs/lookoutmetrics_create_alert/ for full documentation.

Usage

lookoutmetrics_create_alert(
  AlertName,
  AlertSensitivityThreshold = NULL,
  AlertDescription = NULL,
  AnomalyDetectorArn,
  Action,
  Tags = NULL,
  AlertFilters = NULL
)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.