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

CreateControlRequest

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

§Properties

§
actionPlanInstructions?: string | null
[src]

The recommended actions to carry out if the control isn't fulfilled.

§
actionPlanTitle?: string | null
[src]

The title of the action plan for remediating the control.

§
controlMappingSources: CreateControlMappingSource[]
[src]

The data mapping sources for the control.

§
description?: string | null
[src]

The description of the control.

§
name: string
[src]

The name of the control.

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

The tags that are associated with the control.

§
testingInformation?: string | null
[src]

The steps to follow to determine if the control is satisfied.