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

AttackSummary

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

Summarizes all DDoS attacks for a specified time period.

interface AttackSummary {
AttackId?: string | null;
AttackVectors?: AttackVectorDescription[] | null;
EndTime?: Date | number | null;
ResourceArn?: string | null;
StartTime?: Date | number | null;
}

§Properties

§
AttackId?: string | null
[src]

The unique identifier (ID) of the attack.

§
AttackVectors?: AttackVectorDescription[] | null
[src]

The list of attacks for a specified time period.

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

The end time of the attack, in Unix time in seconds.

§
ResourceArn?: string | null
[src]

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

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

The start time of the attack, in Unix time in seconds.