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 |
Documentation
data RulePriorityPair Source #
Information about the priorities for the rules for a listener.
See: newRulePriorityPair
smart constructor.
Instances
newRulePriorityPair :: RulePriorityPair Source #
Create a value of RulePriorityPair
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:priority:RulePriorityPair'
, rulePriorityPair_priority
- The rule priority.
$sel:ruleArn:RulePriorityPair'
, rulePriorityPair_ruleArn
- The Amazon Resource Name (ARN) of the rule.
rulePriorityPair_priority :: Lens' RulePriorityPair (Maybe Natural) Source #
The rule priority.
rulePriorityPair_ruleArn :: Lens' RulePriorityPair (Maybe Text) Source #
The Amazon Resource Name (ARN) of the rule.