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

GetAssessmentReportRequest

import type { GetAssessmentReportRequest } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface GetAssessmentReportRequest {
assessmentRunArn: string;
reportFileFormat: ReportFileFormat;
reportType: ReportType;
}

§Properties

§
assessmentRunArn: string
[src]

The ARN that specifies the assessment run for which you want to generate a report.

§
reportFileFormat: ReportFileFormat
[src]

Specifies the file format (html or pdf) of the assessment report that you want to generate.

§
reportType: ReportType
[src]

Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.