aws.lookoutmetrics.get_anomaly_group
Example SQL Queries
SELECT * FROMaws.lookoutmetrics.get_anomaly_groupWHERE"anomaly_group_id" = 'VALUE'AND "anomaly_detector_arn" = 'VALUE';Description
Returns details about a group of anomalous metrics.
Table Definition
| Column Name | Column Data Type |
|---|---|
| anomaly_detector_arn Required Input Column The Amazon Resource Name (ARN) of the anomaly detector. | VARCHAR |
| anomaly_group_id Required Input Column The ID of the anomaly group. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| anomaly_group Details about the anomaly group. | STRUCT( |
Show child fields
| |