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

CreateAssessmentReportRequest

import type { CreateAssessmentReportRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface CreateAssessmentReportRequest {
assessmentId: string;
description?: string | null;
name: string;
queryStatement?: string | null;
}

§Properties

§
assessmentId: string
[src]

The identifier for the assessment.

§
description?: string | null
[src]

The description of the assessment report.

§
name: string
[src]

The name of the new assessment report.

§
queryStatement?: string | null
[src]

A SQL statement that represents an evidence finder query.

Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.

To use this parameter, the enablementStatus of evidence finder must be ENABLED.

For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.