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 Amazon 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
Minimum:
1Maximum:
128Pattern:
^[a-zA-Z0-9_]+$Update requires: No interruption