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

AssessmentFrameworkMetadata

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

The metadata that's associated with a standard framework or a custom framework.

interface AssessmentFrameworkMetadata {
arn?: string | null;
complianceType?: string | null;
controlsCount?: number | null;
controlSetsCount?: number | null;
createdAt?: Date | number | null;
description?: string | null;
id?: string | null;
lastUpdatedAt?: Date | number | null;
logo?: string | null;
name?: string | null;
type?: FrameworkType | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the framework.

§
complianceType?: string | null
[src]

The compliance type that the new custom framework supports, such as CIS or HIPAA.

§
controlsCount?: number | null
[src]

The number of controls that are associated with the framework.

§
controlSetsCount?: number | null
[src]

The number of control sets that are associated with the framework.

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

The time when the framework was created.

§
description?: string | null
[src]

The description of the framework.

§
id?: string | null
[src]

The unique identifier for the framework.

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

The time when the framework was most recently updated.

§
name?: string | null
[src]

The name of the framework.

§
type?: FrameworkType | null
[src]

The framework type, such as a standard framework or a custom framework.