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

CreateAssessmentRequest

import type { CreateAssessmentRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface CreateAssessmentRequest {
assessmentReportsDestination: AssessmentReportsDestination;
description?: string | null;
frameworkId: string;
name: string;
roles: Role[];
scope: Scope;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
assessmentReportsDestination: AssessmentReportsDestination
[src]

The assessment report storage destination for the assessment that's being created.

§
description?: string | null
[src]

The optional description of the assessment to be created.

§
frameworkId: string
[src]

The identifier for the framework that the assessment will be created from.

§
name: string
[src]

The name of the assessment to be created.

§
roles: Role[]
[src]

The list of roles for the assessment.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags that are associated with the assessment.