aws.lookoutmetrics.describe_anomaly_detection_executions
Example SQL Queries
SELECT * FROMaws.lookoutmetrics.describe_anomaly_detection_executionsWHERE"anomaly_detector_arn" = 'VALUE';Description
Returns information about the status of the specified anomaly detection jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| anomaly_detector_arn Required Input Column The Amazon Resource Name (ARN) of the anomaly detector. | VARCHAR |
| max_results Input Column The number of items to return in the response. | BIGINT |
| next_token Input Column The pagination token that's included if more results are available. | VARCHAR |
| timestamp Input Column The timestamp of the anomaly detection job. | 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 |
| execution_list A list of detection jobs. | STRUCT( |
Show child fields
| |