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

SummarizedAttackVector

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

A summary of information about the attack.

interface SummarizedAttackVector {
VectorCounters?: SummarizedCounter[] | null;
VectorType: string;
}

§Properties

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

The list of counters that describe the details of the attack.

§
VectorType: string
[src]

The attack type, for example, SNMP reflection or SYN flood.