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

AssessmentReportsDestination

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

The location where Audit Manager saves assessment reports for the given assessment.

interface AssessmentReportsDestination {
destination?: string | null;
destinationType?: AssessmentReportDestinationType | null;
}

§Properties

§
destination?: string | null
[src]

The destination of the assessment report.

§
destinationType?: AssessmentReportDestinationType | null
[src]

The destination type, such as Amazon S3.