| 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.ELBV2.Types.RulePriorityPair
Description
Documentation
data RulePriorityPair Source #
Information about the priorities for the rules for a listener.
See: newRulePriorityPair smart constructor.
Constructors
| RulePriorityPair' | |
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.