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

AggregateEvaluationResult

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

The details of an Config evaluation for an account ID and region in an aggregator. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.

interface AggregateEvaluationResult {
AccountId?: string | null;
Annotation?: string | null;
AwsRegion?: string | null;
ComplianceType?: ComplianceType | null;
ConfigRuleInvokedTime?: Date | number | null;
EvaluationResultIdentifier?: EvaluationResultIdentifier | null;
ResultRecordedTime?: Date | number | null;
}

§Properties

§
AccountId?: string | null
[src]

The 12-digit account ID of the source account.

§
Annotation?: string | null
[src]

Supplementary information about how the agrregate evaluation determined the compliance.

§
AwsRegion?: string | null
[src]

The source region from where the data is aggregated.

§
ComplianceType?: ComplianceType | null
[src]

The resource compliance status.

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

§
ConfigRuleInvokedTime?: Date | number | null
[src]

The time when the Config rule evaluated the Amazon Web Services resource.

§
EvaluationResultIdentifier?: EvaluationResultIdentifier | null
[src]

Uniquely identifies the evaluation result.

§
ResultRecordedTime?: Date | number | null
[src]

The time when Config recorded the aggregate evaluation result.