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-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface Parameter {
ParameterKey?: string | null;
ParameterValue?: string | null;
ResolvedValue?: string | null;
UsePreviousValue?: boolean | null;
}

§Properties

§
ParameterKey?: string | null
[src]
§
ParameterValue?: string | null
[src]
§
ResolvedValue?: string | null
[src]
§
UsePreviousValue?: boolean | null
[src]