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