| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTAnalytics.Types.LateDataRule
Description
Synopsis
Documentation
data LateDataRule Source #
A structure that contains the name and configuration information of a late data rule.
See: newLateDataRule smart constructor.
Constructors
| LateDataRule' | |
Fields
| |
Instances
Create a value of LateDataRule with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ruleName:LateDataRule', lateDataRule_ruleName - The name of the late data rule.
$sel:ruleConfiguration:LateDataRule', lateDataRule_ruleConfiguration - The information needed to configure the late data rule.
lateDataRule_ruleName :: Lens' LateDataRule (Maybe Text) Source #
The name of the late data rule.
lateDataRule_ruleConfiguration :: Lens' LateDataRule LateDataRuleConfiguration Source #
The information needed to configure the late data rule.