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

EvaluationContext

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

Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. If you want to check just a resource definition, you do not need to provide evaluation context.

interface EvaluationContext {
EvaluationContextIdentifier?: string | null;
}

§Properties

§
EvaluationContextIdentifier?: string | null
[src]

A unique EvaluationContextIdentifier ID for an EvaluationContext.