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

ResourceChange

import type { ResourceChange } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface ResourceChange {
Action?: ChangeAction | null;
ChangeSetId?: string | null;
LogicalResourceId?: string | null;
ModuleInfo?: ModuleInfo | null;
PhysicalResourceId?: string | null;
Replacement?: Replacement | null;
ResourceType?: string | null;
}

§Properties

§
Action?: ChangeAction | null
[src]
§
ChangeSetId?: string | null
[src]
§
LogicalResourceId?: string | null
[src]
§
ModuleInfo?: ModuleInfo | null
[src]
§
PhysicalResourceId?: string | null
[src]
§
Replacement?: Replacement | null
[src]
§
ResourceType?: string | null
[src]