Alert Args
data class AlertArgs(val action: Output<AlertActionArgs>? = null, val alertDescription: Output<String>? = null, val alertName: Output<String>? = null, val alertSensitivityThreshold: Output<Int>? = null, val anomalyDetectorArn: Output<String>? = null) : ConvertibleToJava<AlertArgs>
Resource Type definition for AWS::LookoutMetrics::Alert
Constructors
Properties
Link copied to clipboard
The action to be taken by the alert when an anomaly is detected.
Link copied to clipboard
A description for the alert.
Link copied to clipboard
A number between 0 and 100 (inclusive) that tunes the sensitivity of the alert.
Link copied to clipboard
The Amazon resource name (ARN) of the Anomaly Detector to alert.