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

StackResourceDrift

import type { StackResourceDrift } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface StackResourceDrift {
ActualProperties?: string | null;
ExpectedProperties?: string | null;
LogicalResourceId: string;
ModuleInfo?: ModuleInfo | null;
PhysicalResourceId?: string | null;
PhysicalResourceIdContext: PhysicalResourceIdContextKeyValuePair[];
PropertyDifferences: PropertyDifference[];
ResourceType: string;
StackId: string;
StackResourceDriftStatus: StackResourceDriftStatus;
Timestamp: Date | number;
}

§Properties

§
ActualProperties?: string | null
[src]
§
ExpectedProperties?: string | null
[src]
§
LogicalResourceId: string
[src]
§
ModuleInfo?: ModuleInfo | null
[src]
§
PhysicalResourceId?: string | null
[src]
§
PropertyDifferences: PropertyDifference[]
[src]
§
ResourceType: string
[src]
§
StackId: string
[src]
§
StackResourceDriftStatus: StackResourceDriftStatus
[src]
§
Timestamp: Date | number
[src]