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-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";
interface ConfigRuleComplianceFilters {
AccountId?: string | null;
AwsRegion?: string | null;
ComplianceType?: ComplianceType | null;
ConfigRuleName?: string | null;
}

§Properties

§
AccountId?: string | null
[src]
§
AwsRegion?: string | null
[src]
§
ComplianceType?: ComplianceType | null
[src]
§
ConfigRuleName?: string | null
[src]