Learn R Programming

paws.database (version 0.1.5)

elasticache_delete_cache_subnet_group: Deletes a cache subnet group

Description

Deletes a cache subnet group.

Usage

elasticache_delete_cache_subnet_group(CacheSubnetGroupName)

Arguments

CacheSubnetGroupName

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

Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

Request syntax

svc$delete_cache_subnet_group(
  CacheSubnetGroupName = "string"
)

Details

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