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

CreateAssessmentFrameworkRequest

import type { CreateAssessmentFrameworkRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface CreateAssessmentFrameworkRequest {
complianceType?: string | null;
description?: string | null;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
complianceType?: string | null
[src]

The compliance type that the new custom framework supports, such as CIS or HIPAA.

§

The control sets that are associated with the framework.

§
description?: string | null
[src]

An optional description for the new custom framework.

§
name: string
[src]

The name of the new custom framework.

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

The tags that are associated with the framework.