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

AssessmentFramework

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

The file used to structure and automate Audit Manager assessments for a given compliance standard.

interface AssessmentFramework {
arn?: string | null;
controlSets?: AssessmentControlSet[] | null;
id?: string | null;
metadata?: FrameworkMetadata | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the framework.

§
controlSets?: AssessmentControlSet[] | null
[src]

The control sets that are associated with the framework.

§
id?: string | null
[src]

The unique identifier for the framework.

§
metadata?: FrameworkMetadata | null
[src]