aws.iotanalytics.list_dataset_contents
Example SQL Queries
SELECT * FROMaws.iotanalytics.list_dataset_contentsWHERE"dataset_name" = 'VALUE';Description
Lists information about dataset contents that have been created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_name Required Input Column The name of the dataset whose contents information you want to list. | VARCHAR |
| scheduled_before Input Column A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp) | TIMESTAMP_S |
| scheduled_on_or_after Input Column A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp) | TIMESTAMP_S |
| _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 |
| completion_time The time the dataset content status was updated to SUCCEEDED or FAILED. | TIMESTAMP_S |
| creation_time The actual time the creation of the dataset contents was started. | TIMESTAMP_S |
| schedule_time The time the creation of the dataset contents was scheduled to start. | TIMESTAMP_S |
| status The status of the dataset contents. | STRUCT( |
Show child fields
| |
| version The version of the dataset contents. | VARCHAR |