| 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.WAFV2.Types.LabelSummary
Description
Synopsis
- data LabelSummary = LabelSummary' {}
- newLabelSummary :: LabelSummary
- labelSummary_name :: Lens' LabelSummary (Maybe Text)
Documentation
data LabelSummary Source #
List of labels used by one or more of the rules of a RuleGroup. This summary object is used for the following rule group lists:
AvailableLabels- Labels that rules add to matching requests. These labels are defined in theRuleLabelsfor a Rule.ConsumedLabels- Labels that rules match against. These labels are defined in aLabelMatchStatementspecification, in the Statement definition of a rule.
See: newLabelSummary smart constructor.
Constructors
| LabelSummary' | |
Instances
newLabelSummary :: LabelSummary Source #
Create a value of LabelSummary 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:name:LabelSummary', labelSummary_name - An individual label specification.
labelSummary_name :: Lens' LabelSummary (Maybe Text) Source #
An individual label specification.