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

ResourceChangeDetail

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

Information about a change to a resource attribute.

interface ResourceChangeDetail {
CausingEntity?: string | null;
Evaluation?: EvaluationType | null;
Target?: ResourceTargetDefinition | null;
}

§Properties

§
CausingEntity?: string | null
[src]

The ID of the entity that caused the change.

§
Evaluation?: EvaluationType | null
[src]

For static evaluations, the value of the resource attribute will change and the new value is known. For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.

§

Information about the resource attribute to be modified.