Resource Type definition for AWS::LookoutMetrics::Alert
action
(Attributes) The action to be taken by the alert when an anomaly is detected. (see below for nested schema)alert_sensitivity_threshold
(Number) A number between 0 and 100 (inclusive) that tunes the sensitivity of the alert.anomaly_detector_arn
(String) The Amazon resource name (ARN) of the Anomaly Detector to alert.alert_description
(String) A description for the alert.alert_name
(String) The name of the alert. If not provided, a name is generated automatically.arn
(String) ARN assigned to the alert.id
(String) Uniquely identifies the resource.action
Optional:
lambda_configuration
(Attributes) Configuration options for a Lambda alert action. (see below for nested schema)sns_configuration
(Attributes) Configuration options for an SNS alert action. (see below for nested schema)action.lambda_configuration
Required:
lambda_arn
(String) ARN of a Lambda to send alert notifications to.role_arn
(String) ARN of an IAM role that LookoutMetrics should assume to access the Lambda function.action.sns_configuration
Required:
role_arn
(String) ARN of an IAM role that LookoutMetrics should assume to access the SNS topic.sns_topic_arn
(String) ARN of an SNS topic to send alert notifications to.Import is supported using the following syntax:
$ terraform import awscc_lookoutmetrics_alert.example <resource ID>