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

RecordOutput

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

The output for the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

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

§Properties

§
Description?: string | null
[src]

The description of the output.

§
OutputKey?: string | null
[src]

The output key.

§
OutputValue?: string | null
[src]

The output value.