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

ThreatDetectedByName

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

Contains details about identified threats organized by threat name.

interface ThreatDetectedByName {
ItemCount?: number | null;
Shortened?: boolean | null;
ThreatNames?: ScanThreatName[] | null;
UniqueThreatNameCount?: number | null;
}

§Properties

§
ItemCount?: number | null
[src]

Total number of infected files identified.

§
Shortened?: boolean | null
[src]

Flag to determine if the finding contains every single infected file-path and/or every threat.

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

List of identified threats with details, organized by threat name.

§
UniqueThreatNameCount?: number | null
[src]

Total number of unique threats by name identified, as part of the malware scan.