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/elasticache.ts";
interface Parameter {
AllowedValues?: string | null;
ChangeType?: ChangeType | null;
DataType?: string | null;
Description?: string | null;
IsModifiable?: boolean | null;
MinimumEngineVersion?: string | null;
ParameterName?: string | null;
ParameterValue?: string | null;
Source?: string | null;
}

§Properties

§
AllowedValues?: string | null
[src]
§
ChangeType?: ChangeType | 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]