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::Dataset LateDataRule
A structure that contains the name and configuration information of a late data rule.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "RuleConfiguration" :LateDataRuleConfiguration, "RuleName" :String}
YAML
RuleConfiguration:LateDataRuleConfigurationRuleName:String
Properties
- RuleConfiguration
- 
                    The information needed to configure the late data rule. Required: Yes Type: LateDataRuleConfiguration Update requires: No interruption 
- RuleName
- 
                    The name of the late data rule. Required: No Type: String Pattern: ^[a-zA-Z0-9_]+$Minimum: 1Maximum: 128Update requires: No interruption