View source: R/elasticache_operations.R
elasticache_modify_cache_subnet_group | R Documentation |
Modifies an existing cache subnet group.
See https://www.paws-r-sdk.com/docs/elasticache_modify_cache_subnet_group/ for full documentation.
elasticache_modify_cache_subnet_group(
CacheSubnetGroupName,
CacheSubnetGroupDescription = NULL,
SubnetIds = NULL
)
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: |
CacheSubnetGroupDescription |
A description of the cache subnet group. |
SubnetIds |
The EC2 subnet IDs for the cache subnet group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.