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

Output

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

The Output data type.

interface Output {
Description?: string | null;
ExportName?: string | null;
OutputKey?: string | null;
OutputValue?: string | null;
}

§Properties

§
Description?: string | null
[src]

User defined description associated with the output.

§
ExportName?: string | null
[src]

The name of the export associated with the output.

§
OutputKey?: string | null
[src]

The key associated with the output.

§
OutputValue?: string | null
[src]

The value associated with the output.