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 |
Synopsis
Documentation
data WafOverrideAction Source #
Details about an override action for a rule.
See: newWafOverrideAction
smart constructor.
Instances
newWafOverrideAction :: WafOverrideAction Source #
Create a value of WafOverrideAction
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:type':WafOverrideAction'
, wafOverrideAction_type
- COUNT
overrides the action specified by the individual rule within a
RuleGroup
.
If set to NONE
, the rule's action takes place.
wafOverrideAction_type :: Lens' WafOverrideAction (Maybe Text) Source #
COUNT
overrides the action specified by the individual rule within a
RuleGroup
.
If set to NONE
, the rule's action takes place.