AttackDetail

The details of a DDoS attack.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of counters that describe the attack for the specified time period.

Link copied to clipboard

The unique identifier (ID) of the attack.

Link copied to clipboard

The array of objects that provide details of the Shield event.

Link copied to clipboard

The time the attack ended, in Unix time in seconds.

Link copied to clipboard

List of mitigation actions taken for the attack.

Link copied to clipboard

The ARN (Amazon Resource Name) of the resource that was attacked.

Link copied to clipboard

The time the attack started, in Unix time in seconds.

Link copied to clipboard

If applicable, additional detail about the resource being attacked, for example, IP address or URL.

Functions

Link copied to clipboard
inline fun copy(block: AttackDetail.Builder.() -> Unit = {}): AttackDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String