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

DeleteDBClusterParameterGroupMessage

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

§Properties

§
DBClusterParameterGroupName: string
[src]

The name of the DB cluster parameter group.

Constraints:

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