Values.AttackDetailSourceThe details of a DDoS attack.
type nonrec t = {attackId : AttackId.t option;The unique identifier (ID) of the attack.
*)resourceArn : ResourceArn.t option;The ARN (Amazon Resource Name) of the resource that was attacked.
*)subResources : SubResourceSummaryList.t option;If applicable, additional detail about the resource being attacked, for example, IP address or URL.
*)startTime : AttackTimestamp.t option;The time the attack started, in Unix time in seconds.
*)endTime : AttackTimestamp.t option;The time the attack ended, in Unix time in seconds.
*)attackCounters : SummarizedCounterList.t option;List of counters that describe the attack for the specified time period.
*)attackProperties : AttackProperties.t option;The array of objects that provide details of the Shield event. For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.
*)mitigations : MitigationList.t option;List of mitigation actions taken for the attack.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `String of String_.t ])
list ]
list
| `Long of Long.t
| `String of String_.t ])
list ]
list
| `Long of Long.t
| `String of String_.t ])
list ]
list
| `String of AttackId.t
| `Timestamp of AttackTimestamp.t ])
list ]