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

EvaluationResultIdentifier

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

Uniquely identifies an evaluation result.

interface EvaluationResultIdentifier {
EvaluationResultQualifier?: EvaluationResultQualifier | null;
OrderingTimestamp?: Date | number | null;
ResourceEvaluationId?: string | null;
}

§Properties

§
EvaluationResultQualifier?: EvaluationResultQualifier | null
[src]

Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.

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

The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.

§
ResourceEvaluationId?: string | null
[src]

A Unique ID for an evaluation result.