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

ComplianceByConfigRule

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

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

interface ComplianceByConfigRule {
Compliance?: Compliance | null;
ConfigRuleName?: string | null;
}

§Properties

§
Compliance?: Compliance | null
[src]

Indicates whether the Config rule is compliant.

§
ConfigRuleName?: string | null
[src]

The name of the Config rule.