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

Malware

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

A list of malware related to a finding.

interface Malware {
Name: string;
Path?: string | null;
State?: MalwareState | null;
Type?: MalwareType | null;
}

§Properties

§
Name: string
[src]

The name of the malware that was observed.

§
Path?: string | null
[src]

The file system path of the malware that was observed.

§
State?: MalwareState | null
[src]

The state of the malware that was observed.

§
Type?: MalwareType | null
[src]

The type of the malware that was observed.