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

GetComplianceSummaryByConfigRuleResponse

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

§Properties

§
ComplianceSummary?: ComplianceSummary | null
[src]

The number of Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.