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-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";
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]
§
actionPlanTitle?: string | null
[src]
§
arn?: string | null
[src]
§
controlMappingSources?: ControlMappingSource[] | null
[src]
§
controlSources?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
createdBy?: string | null
[src]
§
description?: string | null
[src]
§
id?: string | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
lastUpdatedBy?: string | null
[src]
§
name?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
testingInformation?: string | null
[src]
§
type?: ControlType | null
[src]