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

AggregateComplianceByConfigRule

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

Indicates whether an Config rule is compliant based on account ID, region, compliance, and rule name.

A rule is compliant if all of the resources that the rule evaluated comply with it. It is noncompliant if any of these resources do not comply.

interface AggregateComplianceByConfigRule {
AccountId?: string | null;
AwsRegion?: string | null;
Compliance?: Compliance | null;
ConfigRuleName?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The 12-digit account ID of the source account.

§
AwsRegion?: string | null
[src]

The source region from where the data is aggregated.

§
Compliance?: Compliance | null
[src]

Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.

§
ConfigRuleName?: string | null
[src]

The name of the Config rule.