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/rds.ts";
interface Parameter {
AllowedValues?: string | null;
ApplyMethod?: ApplyMethod | null;
ApplyType?: string | null;
DataType?: string | null;
Description?: string | null;
IsModifiable?: boolean | null;
MinimumEngineVersion?: string | null;
ParameterName?: string | null;
ParameterValue?: string | null;
Source?: string | null;
SupportedEngineModes: string[];
}

§Properties

§
AllowedValues?: string | null
[src]
§
ApplyMethod?: ApplyMethod | null
[src]
§
ApplyType?: string | null
[src]
§
DataType?: string | null
[src]
§
Description?: string | null
[src]
§
IsModifiable?: boolean | null
[src]
§
MinimumEngineVersion?: string | null
[src]
§
ParameterName?: string | null
[src]
§
ParameterValue?: string | null
[src]
§
Source?: string | null
[src]
§
SupportedEngineModes: string[]
[src]