aws.iotanalytics.list_datasets
Example SQL Queries
SELECT * FROMaws.iotanalytics.list_datasets;Description
Retrieves information about datasets.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| actions A list of DataActionSummary objects. | STRUCT( |
Show child fields
| |
| creation_time The time the dataset was created. | TIMESTAMP_S |
| dataset_name The name of the dataset. | VARCHAR |
| last_update_time The last time the dataset was updated. | TIMESTAMP_S |
| status The status of the dataset. | VARCHAR |
| triggers A list of triggers. A trigger causes dataset content to be populated at a specified time interval or when another dataset is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects | STRUCT( |
Show child fields
| |