This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoTAnalytics::Channel RetentionPeriod
How long, in days, message data is kept.
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 unlimitedparameter must be false.Required: No Type: Integer Minimum: 1Maximum: 2147483647Update requires: No interruption 
- Unlimited
- 
                    If true, message data is kept indefinitely. Required: No Type: Boolean Update requires: No interruption