aws.lookoutmetrics.list_anomaly_detectors
Example SQL Queries
SELECT * FROMaws.lookoutmetrics.list_anomaly_detectors;Description
Lists the detectors in the current AWS Region.
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 |
|---|---|
| max_results Input Column The maximum number of results to return. | BIGINT |
| next_token Input Column If the response is truncated, the service returns this token. To retrieve the next set of results, use the 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 |
| anomaly_detector_summary_list A list of anomaly detectors in the account in the current region. | STRUCT( |
Show child fields
| |