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

ResourceEvaluation

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

Returns details of a resource evaluation.

interface ResourceEvaluation {
EvaluationMode?: EvaluationMode | null;
EvaluationStartTimestamp?: Date | number | null;
ResourceEvaluationId?: string | null;
}

§Properties

§
EvaluationMode?: EvaluationMode | null
[src]

The mode of an evaluation. The valid values are Detective or Proactive.

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

The starting time of an execution.

§
ResourceEvaluationId?: string | null
[src]

The ResourceEvaluationId of a evaluation.