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

CreateAssessmentFrameworkControlSet

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

A controlSet entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID.

interface CreateAssessmentFrameworkControlSet {
name: string;
}

§Properties

§

The list of controls within the control set. This doesn't contain the control set ID.

§
name: string
[src]

The name of the control set.