Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AttackDetail

import type { AttackDetail } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";

The details of a DDoS attack.

interface AttackDetail {
AttackCounters?: SummarizedCounter[] | null;
AttackId?: string | null;
AttackProperties?: AttackProperty[] | null;
EndTime?: Date | number | null;
Mitigations?: Mitigation[] | null;
ResourceArn?: string | null;
StartTime?: Date | number | null;
SubResources?: SubResourceSummary[] | null;
}

§Properties

§
AttackCounters?: SummarizedCounter[] | null
[src]

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

§
AttackId?: string | null
[src]

The unique identifier (ID) of the attack.

§
AttackProperties?: AttackProperty[] | null
[src]

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.

§
EndTime?: Date | number | null
[src]

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

§
Mitigations?: Mitigation[] | null
[src]

List of mitigation actions taken for the attack.

§
ResourceArn?: string | null
[src]

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

§
StartTime?: Date | number | null
[src]

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

§
SubResources?: SubResourceSummary[] | null
[src]

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