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

FrameworkMetadata

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

The metadata of a framework, such as the name, ID, or description.

interface FrameworkMetadata {
complianceType?: string | null;
description?: string | null;
logo?: string | null;
name?: string | null;
}

§Properties

§
complianceType?: string | null
[src]

The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.

§
description?: string | null
[src]

The description of the framework.

§
name?: string | null
[src]

The name of the framework.