AlertArgs

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

Link copied to clipboard
constructor(action: Output<AlertActionArgs>? = null, alertDescription: Output<String>? = null, alertName: Output<String>? = null, alertSensitivityThreshold: Output<Int>? = null, anomalyDetectorArn: Output<String>? = null)

Properties

Link copied to clipboard
val action: Output<AlertActionArgs>? = null

The action to be taken by the alert when an anomaly is detected.

Link copied to clipboard
val alertDescription: Output<String>? = null

A description for the alert.

Link copied to clipboard
val alertName: Output<String>? = null

The name of the alert. If not provided, a name is generated automatically.

Link copied to clipboard
val alertSensitivityThreshold: Output<Int>? = null

A number between 0 and 100 (inclusive) that tunes the sensitivity of the alert.

Link copied to clipboard
val anomalyDetectorArn: Output<String>? = null

The Amazon resource name (ARN) of the Anomaly Detector to alert.

Functions

Link copied to clipboard
open override fun toJava(): AlertArgs