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

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

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

Properties

StackId: string
EventId: string
StackName: string
optional
LogicalResourceId: string | null
optional
PhysicalResourceId: string | null
optional
ResourceType: string | null
Timestamp: Date | number
optional
ResourceStatus: ResourceStatus | null
optional
ResourceStatusReason: string | null
optional
ResourceProperties: string | null
optional
ClientRequestToken: string | null