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

FilePaths

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

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

interface FilePaths {
FileName?: string | null;
FilePath?: string | null;
Hash?: string | null;
ResourceId?: string | null;
}

§Properties

§
FileName?: string | null
[src]

The name of the infected or suspicious file corresponding to the hash.

§
FilePath?: string | null
[src]

Path to the infected or suspicious file on the resource it was detected on.

§
Hash?: string | null
[src]

The hash value for the infected or suspicious file.

§
ResourceId?: string | null
[src]

The Amazon Resource Name (ARN) of the resource on which the threat was detected.