| 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.NoneAction
Description
Synopsis
- data NoneAction = NoneAction' {
- newNoneAction :: NoneAction
Documentation
data NoneAction Source #
Specifies that WAF should do nothing. This is used for the
OverrideAction setting on a Rule when the rule uses a rule group
reference statement.
This is used in the context of other settings, for example to specify values for RuleAction and web ACL DefaultAction.
JSON specification: "None": {}
See: newNoneAction smart constructor.
Constructors
| NoneAction' | |
Instances
newNoneAction :: NoneAction Source #
Create a value of NoneAction with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.