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 AttackSummary = AttackSummary' {}
- newAttackSummary :: AttackSummary
- attackSummary_attackVectors :: Lens' AttackSummary (Maybe [AttackVectorDescription])
- attackSummary_attackId :: Lens' AttackSummary (Maybe Text)
- attackSummary_startTime :: Lens' AttackSummary (Maybe UTCTime)
- attackSummary_resourceArn :: Lens' AttackSummary (Maybe Text)
- attackSummary_endTime :: Lens' AttackSummary (Maybe UTCTime)
Documentation
data AttackSummary Source #
Summarizes all DDoS attacks for a specified time period.
See: newAttackSummary
smart constructor.
AttackSummary' | |
|
Instances
newAttackSummary :: AttackSummary Source #
Create a value of AttackSummary
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:attackVectors:AttackSummary'
, attackSummary_attackVectors
- The list of attacks for a specified time period.
$sel:attackId:AttackSummary'
, attackSummary_attackId
- The unique identifier (ID) of the attack.
$sel:startTime:AttackSummary'
, attackSummary_startTime
- The start time of the attack, in Unix time in seconds. For more
information see
timestamp.
$sel:resourceArn:AttackSummary'
, attackSummary_resourceArn
- The ARN (Amazon Resource Name) of the resource that was attacked.
$sel:endTime:AttackSummary'
, attackSummary_endTime
- The end time of the attack, in Unix time in seconds. For more
information see
timestamp.
attackSummary_attackVectors :: Lens' AttackSummary (Maybe [AttackVectorDescription]) Source #
The list of attacks for a specified time period.
attackSummary_attackId :: Lens' AttackSummary (Maybe Text) Source #
The unique identifier (ID) of the attack.
attackSummary_startTime :: Lens' AttackSummary (Maybe UTCTime) Source #
The start time of the attack, in Unix time in seconds. For more information see timestamp.
attackSummary_resourceArn :: Lens' AttackSummary (Maybe Text) Source #
The ARN (Amazon Resource Name) of the resource that was attacked.
attackSummary_endTime :: Lens' AttackSummary (Maybe UTCTime) Source #
The end time of the attack, in Unix time in seconds. For more information see timestamp.