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

ConfigRuleComplianceFilters

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

Filters the compliance results based on account ID, region, compliance type, and rule name.

interface ConfigRuleComplianceFilters {
AccountId?: string | null;
AwsRegion?: string | null;
ComplianceType?: ComplianceType | 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 where the data is aggregated.

§
ComplianceType?: ComplianceType | null
[src]

The rule compliance status.

For the ConfigRuleComplianceFilters data type, Config supports only COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and the INSUFFICIENT_DATA values.

§
ConfigRuleName?: string | null
[src]

The name of the Config rule.