memorydb_delete_parameter_group {paws.database}R Documentation

Deletes the specified parameter group

Description

Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any clusters. You cannot delete the default parameter groups in your account.

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

Usage

memorydb_delete_parameter_group(ParameterGroupName)

Arguments

ParameterGroupName

[required] The name of the parameter group to delete.


[Package paws.database version 0.9.0 Index]