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

AssessmentReport

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

A finalized document that's generated from an Audit Manager assessment. These reports summarize the relevant evidence that was collected for your audit, and link to the relevant evidence folders. These evidence folders are named and organized according to the controls that are specified in your assessment.

interface AssessmentReport {
assessmentId?: string | null;
assessmentName?: string | null;
author?: string | null;
awsAccountId?: string | null;
creationTime?: Date | number | null;
description?: string | null;
id?: string | null;
name?: string | null;
status?: AssessmentReportStatus | null;
}

§Properties

§
assessmentId?: string | null
[src]

The identifier for the specified assessment.

§
assessmentName?: string | null
[src]

The name of the associated assessment.

§
author?: string | null
[src]

The name of the user who created the assessment report.

§
awsAccountId?: string | null
[src]

The identifier for the specified Amazon Web Services account.

§
creationTime?: Date | number | null
[src]

Specifies when the assessment report was created.

§
description?: string | null
[src]

The description of the specified assessment report.

§
id?: string | null
[src]

The unique identifier for the assessment report.

§
name?: string | null
[src]

The name that's given to the assessment report.

§

The current status of the specified assessment report.