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

Parameter

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

A value such as an Amazon Resource Name (ARN) or an Amazon Simple Notification Service topic entered in an extension when invoked. Parameter values are specified in an extension association. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.

interface Parameter {
Description?: string | null;
Required?: boolean | null;
}

§Properties

§
Description?: string | null
[src]

Information about the parameter.

§
Required?: boolean | null
[src]

A parameter value must be specified in the extension association.