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 |
Documentation
data SummarizedAttackVector Source #
A summary of information about the attack.
See: newSummarizedAttackVector
smart constructor.
SummarizedAttackVector' | |
|
Instances
newSummarizedAttackVector Source #
Create a value of SummarizedAttackVector
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:vectorCounters:SummarizedAttackVector'
, summarizedAttackVector_vectorCounters
- The list of counters that describe the details of the attack.
$sel:vectorType:SummarizedAttackVector'
, summarizedAttackVector_vectorType
- The attack type, for example, SNMP reflection or SYN flood.
summarizedAttackVector_vectorCounters :: Lens' SummarizedAttackVector (Maybe [SummarizedCounter]) Source #
The list of counters that describe the details of the attack.
summarizedAttackVector_vectorType :: Lens' SummarizedAttackVector Text Source #
The attack type, for example, SNMP reflection or SYN flood.