---
title: Iotanalytics Dataset
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Iotanalytics Dataset
---

# Iotanalytics Dataset

This table represents the iotanalytics_dataset resource from Amazon Web Services.

```
aws.iotanalytics_dataset
```

## Fields

| Title                    | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Description |
| ------------------------ | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                     | core | string     |
| account_id               | core | string     |
| actions                  | core | json       | The <code>DatasetAction</code> objects that automatically create the dataset contents.                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| arn                      | core | string     | The ARN of the dataset.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| content_delivery_rules   | core | json       | When dataset contents are created they are delivered to destinations specified here.                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| creation_time            | core | timestamp  | When the dataset was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| last_update_time         | core | timestamp  | The last time the dataset was updated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| late_data_rules          | core | json       | A list of data rules that send notifications to CloudWatch, when data arrives late. To specify <code>lateDataRules</code>, the dataset must use a <a href="https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html">DeltaTimer</a> filter.                                                                                                                                                                                                                                                        |
| name                     | core | string     | The name of the dataset.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| retention_period         | core | json       | Optional. How long, in days, message data is kept for the dataset.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| status                   | core | string     | The status of the dataset.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| tags                     | core | hstore_csv |
| triggers                 | core | json       | The <code>DatasetTrigger</code> objects that specify when the dataset is automatically updated.                                                                                                                                                                                                                                                                                                                                                                                                                           |
| versioning_configuration | core | json       | Optional. How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the <code>retentionPeriod</code> parameter. For more information, see <a href="https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions"> Keeping Multiple Versions of IoT Analytics datasets</a> in the <i>IoT Analytics User Guide</i>. |
