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.4/services/docdb.ts?docs=full";

Represents the input to "DeleteDBClusterParameterGroup".

interface DeleteDBClusterParameterGroupMessage {
DBClusterParameterGroupName: string;
}

§Properties

§
DBClusterParameterGroupName: string
[src]

The name of the cluster parameter group.

Constraints:

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