class Aws::DocDB::Types::DeleteDBClusterParameterGroupMessage

Represents the input to DeleteDBClusterParameterGroup.

@note When making an API call, you may pass DeleteDBClusterParameterGroupMessage

data as a hash:

    {
      db_cluster_parameter_group_name: "String", # required
    }

@!attribute [rw] db_cluster_parameter_group_name

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBClusterParameterGroupMessage AWS API Documentation

Constants

SENSITIVE