aws.lookoutequipment.list_datasets
Example SQL Queries
SELECT * FROMaws.lookoutequipment.list_datasets;Description
Lists all datasets currently available in your account, filtering on the dataset name.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_name_begins_with Input Column The beginning of the name of the datasets to be listed. | VARCHAR |
| max_results Input Column Specifies the maximum number of datasets to list. | BIGINT |
| next_token Input Column An opaque pagination token indicating where to continue the listing of datasets. | 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 |
| dataset_summaries Provides information about the specified dataset, including creation time, dataset ARN, and status. | STRUCT( |
Show child fields
| |