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;
}