GetDatasetResult

data class GetDatasetResult(val actions: List<DatasetAction>? = null, val contentDeliveryRules: List<DatasetContentDeliveryRule>? = null, val id: String? = null, val lateDataRules: List<DatasetLateDataRule>? = null, val retentionPeriod: DatasetRetentionPeriod? = null, val tags: List<Tag>? = null, val triggers: List<DatasetTrigger>? = null, val versioningConfiguration: DatasetVersioningConfiguration? = null)

Constructors

Link copied to clipboard
constructor(actions: List<DatasetAction>? = null, contentDeliveryRules: List<DatasetContentDeliveryRule>? = null, id: String? = null, lateDataRules: List<DatasetLateDataRule>? = null, retentionPeriod: DatasetRetentionPeriod? = null, tags: List<Tag>? = null, triggers: List<DatasetTrigger>? = null, versioningConfiguration: DatasetVersioningConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actions: List<DatasetAction>? = null

The DatasetAction objects that automatically create the dataset contents.

Link copied to clipboard

When dataset contents are created they are delivered to destinations specified here.

Link copied to clipboard
val id: String? = null
Link copied to clipboard

A list of data rules that send notifications to CloudWatch, when data arrives late. To specify lateDataRules , the dataset must use a DeltaTimer filter.

Link copied to clipboard

Optional. How long, in days, message data is kept for the dataset.

Link copied to clipboard
val tags: List<Tag>? = null

Metadata which can be used to manage the data set. For more information, see Tag .

Link copied to clipboard

The DatasetTrigger objects that specify when the dataset is automatically updated.

Link copied to clipboard

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 retentionPeriod parameter. For more information, see Keeping Multiple Versions of AWS IoT Analytics datasets in the AWS IoT Analytics User Guide .