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

EvaluationResult

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

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

interface EvaluationResult {
Annotation?: string | null;
ComplianceType?: ComplianceType | null;
ConfigRuleInvokedTime?: Date | number | null;
EvaluationResultIdentifier?: EvaluationResultIdentifier | null;
ResultRecordedTime?: Date | number | null;
ResultToken?: string | null;
}

§Properties

§
Annotation?: string | null
[src]

Supplementary information about how the evaluation determined the compliance.

§
ComplianceType?: ComplianceType | null
[src]

Indicates whether the Amazon Web Services resource complies with the Config rule that evaluated it.

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

§
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 evaluation result.

§
ResultToken?: string | null
[src]

An encrypted token that associates an evaluation with an Config rule. The token identifies the rule, the Amazon Web Services resource being evaluated, and the event that triggered the evaluation.