rds_delete_db_cluster_parameter_group function

Deletes a specified DB cluster parameter group

Deletes a specified DB cluster parameter group

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

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

rds_delete_db_cluster_parameter_group(DBClusterParameterGroupName)

Arguments

  • DBClusterParameterGroupName: [required] 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.
    • Can't be associated with any DB clusters.