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.deno.dev/v0.4/services/memorydb.ts?docs=full";

Describes an individual setting that controls some aspect of MemoryDB behavior.

interface Parameter {
AllowedValues?: string | null;
DataType?: string | null;
Description?: string | null;
MinimumEngineVersion?: string | null;
Name?: string | null;
Value?: string | null;
}

§Properties

§
AllowedValues?: string | null
[src]

The valid range of values for the parameter.

§
DataType?: string | null
[src]

The parameter's data type

§
Description?: string | null
[src]

A description of the parameter

§
MinimumEngineVersion?: string | null
[src]

The earliest engine version to which the parameter can apply.

§
Name?: string | null
[src]

The name of the parameter

§
Value?: string | null
[src]

The value of the parameter