| 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.ExcludedRule
Description
Synopsis
- data ExcludedRule = ExcludedRule' {}
- newExcludedRule :: Text -> ExcludedRule
- excludedRule_name :: Lens' ExcludedRule Text
Documentation
data ExcludedRule Source #
Specifies a single rule in a rule group whose action you want to
override to Count.
Instead of this option, use RuleActionOverrides. It accepts any valid
action setting, including Count.
See: newExcludedRule smart constructor.
Constructors
| ExcludedRule' | |
Instances
Arguments
| :: Text | |
| -> ExcludedRule |
Create a value of ExcludedRule 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:ExcludedRule', excludedRule_name - The name of the rule whose action you want to override to Count.
excludedRule_name :: Lens' ExcludedRule Text Source #
The name of the rule whose action you want to override to Count.