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

TemplateParameter

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

The TemplateParameter data type.

interface TemplateParameter {
DefaultValue?: string | null;
Description?: string | null;
NoEcho?: boolean | null;
ParameterKey?: string | null;
}

§Properties

§
DefaultValue?: string | null
[src]

The default value associated with the parameter.

§
Description?: string | null
[src]

User defined description associated with the parameter.

§
NoEcho?: boolean | null
[src]

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

§
ParameterKey?: string | null
[src]

The name associated with the parameter.