Learn R Programming

paws.database (version 0.1.5)

elasticache_delete_cache_security_group: Deletes a cache security group

Description

Deletes a cache security group.

Usage

elasticache_delete_cache_security_group(CacheSecurityGroupName)

Arguments

CacheSecurityGroupName

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

You cannot delete the default security group.

Request syntax

svc$delete_cache_security_group(
  CacheSecurityGroupName = "string"
)

Details

You cannot delete a cache security group if it is associated with any clusters.