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

ControlInsightsMetadataItem

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

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

This data reflects the total counts for the specified control across all active assessments. Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

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

§Properties

§
evidenceInsights?: EvidenceInsights | null
[src]

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

§
id?: string | null
[src]

The unique identifier for the control.

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

The time when the control insights were last updated.

§
name?: string | null
[src]

The name of the control.