aws.lookoutmetrics.list_metric_sets
Example SQL Queries
SELECT * FROMaws.lookoutmetrics.list_metric_sets;Description
Lists the datasets 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 |
|---|---|
| anomaly_detector_arn Input Column The ARN of the anomaly detector containing the metrics sets to list. | VARCHAR |
| max_results Input Column The maximum number of results to return. | BIGINT |
| next_token Input Column If the response is truncated, the list call returns this token. To retrieve the next set of results, use the token in the next list 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 |
| metric_set_summary_list A list of the datasets in the AWS Region, with configuration details for each. | STRUCT( |
Show child fields
| |