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

ControlSet

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

A set of controls in Audit Manager.

interface ControlSet {
controls?: Control[] | null;
id?: string | null;
name?: string | null;
}

§Properties

§
controls?: Control[] | null
[src]

The list of controls within the control set.

§
id?: string | null
[src]

The identifier of the control set in the assessment. This is the control set name in a plain string format.

§
name?: string | null
[src]

The name of the control set.