Learn R Programming

paws.database (version 0.1.12)

neptune_delete_db_parameter_group: Deletes a specified DBParameterGroup

Description

Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted can't be associated with any DB instances.

Usage

neptune_delete_db_parameter_group(DBParameterGroupName)

Value

An empty list.

Arguments

DBParameterGroupName

[required] The name of the DB parameter group.

Constraints:

  • Must be the name of an existing DB parameter group

  • You can't delete a default DB parameter group

  • Cannot be associated with any DB instances

Request syntax

svc$delete_db_parameter_group(
  DBParameterGroupName = "string"
)