String attackId
The unique identifier (ID) of the attack.
String resourceArn
The ARN (Amazon Resource Name) of the resource that was attacked.
List<E> subResources
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
Date startTime
The time the attack started, in the format 2016-12-16T13:50Z.
Date endTime
The time the attack ended, in the format 2016-12-16T13:50Z.
List<E> attackCounters
List of counters that describe the attack for the specified time period.
List<E> mitigations
List of mitigation actions taken for the attack.
String attackId
The unique identifier (ID) of the attack.
String resourceArn
The ARN (Amazon Resource Name) of the resource that was attacked.
Date startTime
The start time of the attack, in the format 2016-12-16T13:50Z.
Date endTime
The end time of the attack, in the format 2016-12-16T13:50Z.
List<E> attackVectors
The list of attacks for a specified time period.
String vectorType
The attack type, for example, SNMP reflection or SYN flood.
String protectionId
The unique identifier (ID) for the Protection object that is created.
String protectionId
The unique identifier (ID) for the Protection object to be deleted.
String attackId
The unique identifier (ID) for the attack that to be described.
AttackDetail attack
The attack that is described.
String protectionId
The unique identifier (ID) for the Protection object that is described.
Protection protection
The Protection object that is described.
Subscription subscription
The AWS Shield Advanced subscription details for an account.
List<E> resourceArns
The ARN (Amazon Resource Name) of the resource that was attacked. If this is left blank, all applicable resources for this account will be included.
TimeRange startTime
The time period for the attacks.
TimeRange endTime
The end of the time period for the attacks.
String nextToken
The ListAttacksRequest.NextMarker value from a previous call to ListAttacksRequest.
Pass null if this is the first call.
Integer maxResults
The maximum number of AttackSummary objects to be returned. If this is left blank, the first 20 results will be returned.
List<E> attackSummaries
The attack information for the specified time range.
String nextToken
The token returned by a previous call to indicate that there is more data available. If not null, more results
are available. Pass this value for the NextMarker parameter in a subsequent call to
ListAttacks to retrieve the next set of items.
String nextToken
The ListProtectionsRequest.NextToken value from a previous call to ListProtections.
Pass null if this is the first call.
Integer maxResults
The maximum number of Protection objects to be returned. If this is left blank the first 20 results will be returned.
List<E> protections
The array of enabled Protection objects.
String nextToken
If you specify a value for MaxResults and you have more Protections than the value of MaxResults,
AWS Shield Advanced returns a NextToken value in the response that allows you to list another group of
Protections. For the second and subsequent ListProtections requests, specify the value of NextToken from the
previous response to get information about another batch of Protections.
String mitigationName
The name of the mitigation taken for this attack.
String name
The counter name.
Double max
The maximum value of the counter for a specified time period.
Double average
The average value of the counter for a specified time period.
Double sum
The total of counter values for a specified time period.
Integer n
The number of counters for a specified time period.
String unit
The unit of the counters.
Copyright © 2016. All rights reserved.