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

ComplianceSummary

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

The number of Config rules or Amazon Web Services resources that are compliant and noncompliant.

interface ComplianceSummary {
ComplianceSummaryTimestamp?: Date | number | null;
CompliantResourceCount?: ComplianceContributorCount | null;
NonCompliantResourceCount?: ComplianceContributorCount | null;
}

§Properties

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

The time that Config created the compliance summary.

§
CompliantResourceCount?: ComplianceContributorCount | null
[src]

The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.

§
NonCompliantResourceCount?: ComplianceContributorCount | null
[src]

The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.