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

Mitigation

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

The mitigation applied to a DDoS attack.

interface Mitigation {
MitigationName?: string | null;
}

§Properties

§
MitigationName?: string | null
[src]

The name of the mitigation taken for this attack.