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

Threat

import type { Threat } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides information about the threat detected in a security finding and the file paths that were affected by the threat.

interface Threat {
FilePaths?: FilePaths[] | null;
ItemCount?: number | null;
Name?: string | null;
Severity?: string | null;
}

§Properties

§
FilePaths?: FilePaths[] | null
[src]

Provides information about the file paths that were affected by the threat.

§
ItemCount?: number | null
[src]

This total number of items in which the threat has been detected.

§
Name?: string | null
[src]

The name of the threat.

§
Severity?: string | null
[src]

The severity of the threat.