| 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.LabelNameCondition
Description
Synopsis
Documentation
data LabelNameCondition Source #
A single label name condition for a Condition in a logging filter.
See: newLabelNameCondition smart constructor.
Constructors
| LabelNameCondition' | |
Fields
| |
Instances
newLabelNameCondition Source #
Arguments
| :: Text | |
| -> LabelNameCondition |
Create a value of LabelNameCondition 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:labelName:LabelNameCondition', labelNameCondition_labelName - The label name that a log record must contain in order to meet the
condition. This must be a fully qualified label name. Fully qualified
labels have a prefix, optional namespaces, and label name. The prefix
identifies the rule group or web ACL context of the rule that added the
label.
labelNameCondition_labelName :: Lens' LabelNameCondition Text Source #
The label name that a log record must contain in order to meet the condition. This must be a fully qualified label name. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.