deleteCacheSubnetGroup
abstract suspend fun deleteCacheSubnetGroup(input: DeleteCacheSubnetGroupRequest): DeleteCacheSubnetGroupResponse
Deletes a cache subnet group.
You cannot delete a default cache subnet group or one that is associated with any clusters.
Samples
// Deletes the Amazon ElastiCache subnet group my subnet group.
elastiCacheClient.deleteCacheSubnetGroup {
cacheSubnetGroupName = "my-subnet-group"
}Content copied to clipboard