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