AWS IoT Analytics Channel RetentionPeriod
The
RetentionPeriod property type specifies how long, in days, message data is kept for an
AWS IoT Analytics channel.
RetentionPeriod is a property of the AWS::IoTAnalytics::Channel 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.
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
-
CreateChannel in the AWS IoT Analytics User Guide
