| 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.Mitigation
Description
Synopsis
- data Mitigation = Mitigation' {}
- newMitigation :: Mitigation
- mitigation_mitigationName :: Lens' Mitigation (Maybe Text)
Documentation
data Mitigation Source #
The mitigation applied to a DDoS attack.
See: newMitigation smart constructor.
Constructors
| Mitigation' | |
Fields
| |
Instances
newMitigation :: Mitigation Source #
Create a value of Mitigation 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:mitigationName:Mitigation', mitigation_mitigationName - The name of the mitigation taken for this attack.
mitigation_mitigationName :: Lens' Mitigation (Maybe Text) Source #
The name of the mitigation taken for this attack.