| 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.Shield.Types.CountAction
Description
Synopsis
- data CountAction = CountAction' {
- newCountAction :: CountAction
Documentation
data CountAction Source #
Specifies that Shield Advanced should configure its WAF rules with the
WAF Count action.
This is only used in the context of the ResponseAction setting.
JSON specification: "Count": {}
See: newCountAction smart constructor.
Constructors
| CountAction' | |
Instances
newCountAction :: CountAction Source #
Create a value of CountAction with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.