aws.lookoutmetrics.list_alerts
Example SQL Queries
SELECT * FROMaws.lookoutmetrics.list_alerts;Description
Lists the alerts attached to a detector.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
Table Definition
| Column Name | Column Data Type |
|---|---|
| anomaly_detector_arn Input Column The ARN of the alert's detector. | VARCHAR |
| max_results Input Column The maximum number of results that will be displayed by the request. | BIGINT |
| next_token Input Column If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request. | 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 |
| alert_summary_list Contains information about an alert. | STRUCT( |
Show child fields
| |