Learn R Programming

paws.database (version 0.1.12)

rds_delete_db_cluster_parameter_group: Deletes a specified DB cluster parameter group

Description

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

For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

Usage

rds_delete_db_cluster_parameter_group(DBClusterParameterGroupName)

Value

An empty list.

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.

Request syntax

svc$delete_db_cluster_parameter_group(
  DBClusterParameterGroupName = "string"
)