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

ParameterDeclaration

import type { ParameterDeclaration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface ParameterDeclaration {
DefaultValue?: string | null;
Description?: string | null;
NoEcho?: boolean | null;
ParameterConstraints?: ParameterConstraints | null;
ParameterKey?: string | null;
ParameterType?: string | null;
}

§Properties

§
DefaultValue?: string | null
[src]
§
Description?: string | null
[src]
§
NoEcho?: boolean | null
[src]
§
ParameterConstraints?: ParameterConstraints | null
[src]
§
ParameterKey?: string | null
[src]
§
ParameterType?: string | null
[src]