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

ControlMetadata

import type { ControlMetadata } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";
interface ControlMetadata {
arn?: string | null;
controlSources?: string | null;
createdAt?: Date | number | null;
id?: string | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
controlSources?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
id?: string | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
name?: string | null
[src]