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