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

ConfigRuleComplianceSummaryFilters

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

Filters the results based on the account IDs and regions.

interface ConfigRuleComplianceSummaryFilters {
AccountId?: string | null;
AwsRegion?: 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.