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

DeleteClusterParameterGroupMessage

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

§Properties

§
ParameterGroupName: string
[src]

The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.
  • Cannot delete a default cluster parameter group.