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 |
Documentation
data WafOverrideAction Source #
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The action to take if any rule within the RuleGroup
matches a request.
See: newWafOverrideAction
smart constructor.
WafOverrideAction' | |
|
Instances
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 will take place.
wafOverrideAction_type :: Lens' WafOverrideAction WafOverrideActionType Source #
COUNT
overrides the action specified by the individual rule within a
RuleGroup
. If set to NONE
, the rule's action will take place.