Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

optional
StackId: string | null
StackName: string
optional
TemplateDescription: string | null
CreationTime: Date | number
optional
LastUpdatedTime: Date | number | null
optional
DeletionTime: Date | number | null
StackStatus: StackStatus
optional
StackStatusReason: string | null
optional
ParentId: string | null
optional
RootId: string | null
optional
DriftInformation: StackDriftInformationSummary | null