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

ManualEvidence

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

Evidence that's uploaded to Audit Manager manually.

interface ManualEvidence {
s3ResourcePath?: string | null;
}

§Properties

§
s3ResourcePath?: string | null
[src]

The Amazon S3 URL that points to a manual evidence object.