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.deno.dev/v0.4/services/auditmanager.ts?docs=full";

The metadata that's associated with the standard control or custom control.

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]

The Amazon Resource Name (ARN) of the control.

§
controlSources?: string | null
[src]

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

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

The time when the control was created.

§
id?: string | null
[src]

The unique identifier for the control.

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

The time when the control was most recently updated.

§
name?: string | null
[src]

The name of the control.