Learn R Programming

paws.database (version 0.1.12)

elasticache_delete_cache_security_group: Deletes a cache security group

Description

Deletes a cache security group.

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

Usage

elasticache_delete_cache_security_group(CacheSecurityGroupName)

Value

An empty list.

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"
)