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.4/services/proton.ts?docs=full";

An infrastructure as code defined resource output.

interface Output {
key?: string | null;
valueString?: string | null;
}

§Properties

§
key?: string | null
[src]

The output key.

§
valueString?: string | null
[src]

The output value.