Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ParameterGroup

import type { ParameterGroup } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";

Represents the output of a CreateParameterGroup operation. A parameter group represents a combination of specific values for the parameters that are passed to the engine software during startup.

interface ParameterGroup {
ARN?: string | null;
Description?: string | null;
Family?: string | null;
Name?: string | null;
}

§Properties

§
ARN?: string | null
[src]

The Amazon Resource Name (ARN) of the parameter group

§
Description?: string | null
[src]

A description of the parameter group

§
Family?: string | null
[src]

The name of the parameter group family that this parameter group is compatible with.

§
Name?: string | null
[src]

The name of the parameter group