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

ConformancePackRuleCompliance

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

Compliance information of one or more Config rules within a conformance pack. You can filter using Config rule names and compliance types.

interface ConformancePackRuleCompliance {
ComplianceType?: ConformancePackComplianceType | null;
ConfigRuleName?: string | null;
Controls?: string[] | null;
}

§Properties

§
ComplianceType?: ConformancePackComplianceType | null
[src]

Compliance of the Config rule.

The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

§
ConfigRuleName?: string | null
[src]

Name of the Config rule.

§
Controls?: string[] | null
[src]

Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.