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

ComplianceContributorCount

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

The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item, up to a maximum number.

interface ComplianceContributorCount {
CapExceeded?: boolean | null;
CappedCount?: number | null;
}

§Properties

§
CapExceeded?: boolean | null
[src]

Indicates whether the maximum count is reached.

§
CappedCount?: number | null
[src]

The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.