docdb_delete_db_cluster_parameter_group: Deletes a specified cluster parameter group

View source: R/docdb_operations.R

docdb_delete_db_cluster_parameter_groupR Documentation

Deletes a specified cluster parameter group

Description

Deletes a specified cluster parameter group. The cluster parameter group to be deleted can't be associated with any clusters.

See https://www.paws-r-sdk.com/docs/docdb_delete_db_cluster_parameter_group/ for full documentation.

Usage

docdb_delete_db_cluster_parameter_group(DBClusterParameterGroupName)

Arguments

DBClusterParameterGroupName

[required] 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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.