Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/cloudformation@2010-05-15/mod.ts>StackResourceDrift

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface StackResourceDrift
import { type StackResourceDrift } from "https://deno.land/x/aws_api@v0.1.0/services/cloudformation@2010-05-15/mod.ts";

Properties

StackId: string
LogicalResourceId: string
optional
PhysicalResourceId: string | null
PhysicalResourceIdContext: PhysicalResourceIdContextKeyValuePair[]
ResourceType: string
optional
ExpectedProperties: string | null
optional
ActualProperties: string | null
PropertyDifferences: PropertyDifference[]
StackResourceDriftStatus: StackResourceDriftStatus
Timestamp: Date | number