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/dax.ts?docs=full";
interface CreateParameterGroupRequest {
Description?: string | null;
ParameterGroupName: string;
}

§Properties

§
Description?: string | null
[src]

A description of the parameter group.

§
ParameterGroupName: string
[src]

The name of the parameter group to apply to all of the clusters in this replication group.