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

CreateFindingsReportRequest

import type { CreateFindingsReportRequest } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";
interface CreateFindingsReportRequest {
filterCriteria?: FilterCriteria | null;
reportFormat: ReportFormat;
s3Destination: Destination;
}

§Properties

§
filterCriteria?: FilterCriteria | null
[src]

The filter criteria to apply to the results of the finding report.

§
reportFormat: ReportFormat
[src]

The format to generate the report in.

§
s3Destination: Destination
[src]

The Amazon S3 export destination for the report.