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:
LateDataRuleConfiguration
RuleName: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:
1
Maximum:
128
Update requires: No interruption