Learn R Programming

paws.database (version 0.1.12)

elasticache_delete_cache_subnet_group: Deletes a cache subnet group

Description

Deletes a cache subnet group.

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

Usage

elasticache_delete_cache_subnet_group(CacheSubnetGroupName)

Value

An empty list.

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