Learn R Programming

paws.database (version 0.1.5)

elasticache_modify_cache_subnet_group: Modifies an existing cache subnet group

Description

Modifies an existing cache subnet group.

Usage

elasticache_modify_cache_subnet_group(CacheSubnetGroupName,
  CacheSubnetGroupDescription, SubnetIds)

Arguments

CacheSubnetGroupName

[required] The name for the cache subnet group. This value is stored as a lowercase string.

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

Example: mysubnetgroup

CacheSubnetGroupDescription

A description of the cache subnet group.

SubnetIds

The EC2 subnet IDs for the cache subnet group.

Request syntax

svc$modify_cache_subnet_group(
  CacheSubnetGroupName = "string",
  CacheSubnetGroupDescription = "string",
  SubnetIds = list(
    "string"
  )
)