Learn R Programming

paws.database (version 0.1.5)

elasticache_delete_cache_parameter_group: Deletes the specified cache parameter group

Description

Deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.

Usage

elasticache_delete_cache_parameter_group(CacheParameterGroupName)

Arguments

CacheParameterGroupName

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

The specified cache security group must not be associated with any clusters.

Request syntax

svc$delete_cache_parameter_group(
  CacheParameterGroupName = "string"
)