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

ConformancePackEvaluationResult

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

The details of a conformance pack evaluation. Provides Config rule and Amazon Web Services resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information.

interface ConformancePackEvaluationResult {
Annotation?: string | null;
ConfigRuleInvokedTime: Date | number;
EvaluationResultIdentifier: EvaluationResultIdentifier;
ResultRecordedTime: Date | number;
}

§Properties

§
Annotation?: string | null
[src]

Supplementary information about how the evaluation determined the compliance.

§

The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

§
ConfigRuleInvokedTime: Date | number
[src]

The time when Config rule evaluated Amazon Web Services resource.

§
EvaluationResultIdentifier: EvaluationResultIdentifier
[src]
§
ResultRecordedTime: Date | number
[src]

The time when Config recorded the evaluation result.