Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StackResourceDetail

import type { StackResourceDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface StackResourceDetail {
Description?: string | null;
DriftInformation?: StackResourceDriftInformation | null;
LastUpdatedTimestamp: Date | number;
LogicalResourceId: string;
Metadata?: string | null;
ModuleInfo?: ModuleInfo | null;
PhysicalResourceId?: string | null;
ResourceStatus: ResourceStatus;
ResourceStatusReason?: string | null;
ResourceType: string;
StackId?: string | null;
StackName?: string | null;
}

§Properties

§
Description?: string | null
[src]
§
DriftInformation?: StackResourceDriftInformation | null
[src]
§
LastUpdatedTimestamp: Date | number
[src]
§
LogicalResourceId: string
[src]
§
Metadata?: string | null
[src]
§
ModuleInfo?: ModuleInfo | null
[src]
§
PhysicalResourceId?: string | null
[src]
§
ResourceStatus: ResourceStatus
[src]
§
ResourceStatusReason?: string | null
[src]
§
ResourceType: string
[src]
§
StackId?: string | null
[src]
§
StackName?: string | null
[src]