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
§
ModuleInfo?: ModuleInfo | null
[src]§
PhysicalResourceIdContext: PhysicalResourceIdContextKeyValuePair[]
[src]§
PropertyDifferences: PropertyDifference[]
[src]§
StackResourceDriftStatus: StackResourceDriftStatus
[src]