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

ConformancePackComplianceScore

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

A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.

interface ConformancePackComplianceScore {
ConformancePackName?: string | null;
LastUpdatedTime?: Date | number | null;
Score?: string | null;
}

§Properties

§
ConformancePackName?: string | null
[src]

The name of the conformance pack.

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

The time that the conformance pack compliance score was last updated.

§
Score?: string | null
[src]

Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.