Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data LateDataRule Source #
A structure that contains the name and configuration information of a late data rule.
See: newLateDataRule
smart constructor.
LateDataRule' | |
|
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.