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

ConformancePackComplianceFilters

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

Filters the conformance pack by compliance types and Config rule names.

interface ConformancePackComplianceFilters {
ComplianceType?: ConformancePackComplianceType | null;
ConfigRuleNames?: string[] | null;
}

§Properties

§
ComplianceType?: ConformancePackComplianceType | null
[src]

Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

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

Filters the results by Config rule names.