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?: {} | null;
[key: string]: string | null | undefined;
testingInformation?: string | null;
type?: ControlType | null;
}§Properties
§
controlMappingSources?: ControlMappingSource[] | null
[src]§
type?: ControlType | null
[src]