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

DeleteDBParameterGroupMessage

import type { DeleteDBParameterGroupMessage } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";
interface DeleteDBParameterGroupMessage {
DBParameterGroupName: string;
}

§Properties

§
DBParameterGroupName: string
[src]

The name of the DB parameter group.

Constraints:

  • Must be the name of an existing DB parameter group
  • You can't delete a default DB parameter group
  • Cannot be associated with any DB instances