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

SubResourceSummary

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

The attack information for the specified SubResource.

interface SubResourceSummary {
AttackVectors?: SummarizedAttackVector[] | null;
Counters?: SummarizedCounter[] | null;
Id?: string | null;
Type?: SubResourceType | null;
}

§Properties

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

The list of attack types and associated counters.

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

The counters that describe the details of the attack.

§
Id?: string | null
[src]

The unique identifier (ID) of the SubResource.

§
Type?: SubResourceType | null
[src]

The SubResource type.