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

AggregateConformancePackComplianceFilters

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

Filters the conformance packs based on an account ID, region, compliance type, and the name of the conformance pack.

interface AggregateConformancePackComplianceFilters {
AccountId?: string | null;
AwsRegion?: string | null;
ComplianceType?: ConformancePackComplianceType | null;
ConformancePackName?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The 12-digit Amazon Web Services account ID of the source account.

§
AwsRegion?: string | null
[src]

The source Amazon Web Services Region from where the data is aggregated.

§
ComplianceType?: ConformancePackComplianceType | null
[src]

The compliance status of the conformance pack.

§
ConformancePackName?: string | null
[src]

The name of the conformance pack.