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

DescribeStackResourceOutput

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

The output for a "DescribeStackResource" action.

interface DescribeStackResourceOutput {
StackResourceDetail?: StackResourceDetail | null;
}

§Properties

§
StackResourceDetail?: StackResourceDetail | null
[src]

A StackResourceDetail structure containing the description of the specified resource in the specified stack.