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

ThreatIntelligenceDetail

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

An instance of a threat intelligence detail that constitutes evidence for the finding.

interface ThreatIntelligenceDetail {
ThreatListName?: string | null;
ThreatNames?: string[] | null;
}

§Properties

§
ThreatListName?: string | null
[src]

The name of the threat intelligence list that triggered the finding.

§
ThreatNames?: string[] | null
[src]

A list of names of the threats in the threat intelligence list that triggered the finding.