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

StackResourceSummary

import type { StackResourceSummary } from "https://aws-api.deno.dev/v0.3/services/cloudformation.ts?docs=full";

Contains high-level information about the specified stack resource.

interface StackResourceSummary {
DriftInformation?: StackResourceDriftInformationSummary | null;
LastUpdatedTimestamp: Date | number;
LogicalResourceId: string;
ModuleInfo?: ModuleInfo | null;
PhysicalResourceId?: string | null;
ResourceStatus: ResourceStatus;
ResourceStatusReason?: string | null;
ResourceType: string;
}

§Properties

§

Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

§
LastUpdatedTimestamp: Date | number
[src]

Time the status was updated.

§
LogicalResourceId: string
[src]

The logical name of the resource specified in the template.

§
ModuleInfo?: ModuleInfo | null
[src]

Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

§
PhysicalResourceId?: string | null
[src]

The name or unique identifier that corresponds to a physical instance ID of the resource.

§
ResourceStatus: ResourceStatus
[src]

Current status of the resource.

§
ResourceStatusReason?: string | null
[src]

Success/failure message associated with the resource.

§
ResourceType: string
[src]

Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)