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

ModifyDBClusterParameterGroupMessage

import type { ModifyDBClusterParameterGroupMessage } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";
interface ModifyDBClusterParameterGroupMessage {
DBClusterParameterGroupName: string;
Parameters: Parameter[];
}

§Properties

§
DBClusterParameterGroupName: string
[src]

The name of the DB cluster parameter group to modify.

§
Parameters: Parameter[]
[src]

A list of parameters in the DB cluster parameter group to modify.