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

Control

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

A control in Audit Manager.

interface Control {
actionPlanInstructions?: string | null;
actionPlanTitle?: string | null;
arn?: string | null;
controlMappingSources?: ControlMappingSource[] | null;
controlSources?: string | null;
createdAt?: Date | number | null;
createdBy?: string | null;
description?: string | null;
id?: string | null;
lastUpdatedAt?: Date | number | null;
lastUpdatedBy?: string | null;
name?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
testingInformation?: string | null;
type?: ControlType | 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.

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the control.

§
controlMappingSources?: ControlMappingSource[] | null
[src]

The data mapping sources for the control.

§
controlSources?: string | null
[src]

The data source types that determine where Audit Manager collects evidence from for the control.

§
createdAt?: Date | number | null
[src]

The time when the control was created.

§
createdBy?: string | null
[src]

The user or role that created the control.

§
description?: string | null
[src]

The description of the control.

§
id?: string | null
[src]

The unique identifier for the control.

§
lastUpdatedAt?: Date | number | null
[src]

The time when the control was most recently updated.

§
lastUpdatedBy?: string | null
[src]

The user or role that most recently updated the control.

§
name?: string | null
[src]

The name of the control.

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

The tags associated with the control.

§
testingInformation?: string | null
[src]

The steps that you should follow to determine if the control has been satisfied.

§
type?: ControlType | null
[src]

The type of control, such as a custom control or a standard control.