StackSummary
import type { StackSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";interface StackSummary {
CreationTime: Date | number;
DeletionTime?: Date | number | null;
DriftInformation?: StackDriftInformationSummary | null;
LastUpdatedTime?: Date | number | null;
ParentId?: string | null;
RootId?: string | null;
StackId?: string | null;
StackName: string;
StackStatus: StackStatus;
StackStatusReason?: string | null;
TemplateDescription?: string | null;
}§Properties
§
DriftInformation?: StackDriftInformationSummary | null
[src]§
StackStatus: StackStatus
[src]