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 |
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.
Mitigation' | |
|
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.