AWS IoT Analytics Dataset RetentionPeriod
The
RetentionPeriod property type specifies how long, in days, message data is kept
for an AWS IoT Analytics dataset.
RetentionPeriod is a property of the AWS::IoTAnalytics::Dataset resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "NumberOfDays" :Integer, "Unlimited" :Boolean}
YAML
NumberOfDays:IntegerUnlimited:Boolean
Properties
NumberOfDays-
The number of days that message data is kept. The "unlimited" parameter must be false.
Required: No
Type: Integer
Update requires: No interruption
Unlimited-
If true, message data is kept indefinitely.
Required: No
Type: Boolean
Update requires: No interruption
See Also
-
CreateDataset in the IoT Analytics User Guide
