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

CreateParameterGroupRequest

import type { CreateParameterGroupRequest } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";
interface CreateParameterGroupRequest {
Description?: string | null;
Family: string;
ParameterGroupName: string;
Tags?: Tag[] | null;
}

§Properties

§
Description?: string | null
[src]

An optional description of the parameter group.

§
Family: string
[src]

The name of the parameter group family that the parameter group can be used with.

§
ParameterGroupName: string
[src]

The name of the parameter group.

§
Tags?: Tag[] | null
[src]

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.