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

ControlInsightsMetadataByAssessmentItem

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

A summary of the latest analytics data for a specific control in a specific active assessment.

Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

interface ControlInsightsMetadataByAssessmentItem {
controlSetName?: string | null;
evidenceInsights?: EvidenceInsights | null;
id?: string | null;
lastUpdated?: Date | number | null;
name?: string | null;
}

§Properties

§
controlSetName?: string | null
[src]

The name of the control set that the assessment control belongs to.

§
evidenceInsights?: EvidenceInsights | null
[src]

A breakdown of the compliance check status for the evidence that’s associated with the assessment control.

§
id?: string | null
[src]

The unique identifier for the assessment control.

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

The time when the assessment control insights were last updated.

§
name?: string | null
[src]

The name of the assessment control.