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

GetAggregateComplianceDetailsByConfigRuleRequest

import type { GetAggregateComplianceDetailsByConfigRuleRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface GetAggregateComplianceDetailsByConfigRuleRequest {
AccountId: string;
AwsRegion: string;
ComplianceType?: ComplianceType | null;
ConfigRuleName: string;
ConfigurationAggregatorName: string;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
AccountId: string
[src]

The 12-digit account ID of the source account.

§
AwsRegion: string
[src]

The source region from where the data is aggregated.

§
ComplianceType?: ComplianceType | null
[src]

The resource compliance status.

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

§
ConfigRuleName: string
[src]

The name of the Config rule for which you want compliance information.

§
ConfigurationAggregatorName: string
[src]

The name of the configuration aggregator.

§
Limit?: number | null
[src]

The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

§
NextToken?: string | null
[src]

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.