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

AggregateConformancePackComplianceCount

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

The number of conformance packs that are compliant and noncompliant.

interface AggregateConformancePackComplianceCount {
CompliantConformancePackCount?: number | null;
NonCompliantConformancePackCount?: number | null;
}

§Properties

§
CompliantConformancePackCount?: number | null
[src]

Number of compliant conformance packs.

§
NonCompliantConformancePackCount?: number | null
[src]

Number of noncompliant conformance packs.