View source: R/elasticache_operations.R
elasticache_create_cache_security_group | R Documentation |
Creates a new cache security group. Use a cache security group to control access to one or more clusters.
See https://www.paws-r-sdk.com/docs/elasticache_create_cache_security_group/ for full documentation.
elasticache_create_cache_security_group(
CacheSecurityGroupName,
Description,
Tags = NULL
)
CacheSecurityGroupName |
[required] A name for the cache security group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default". Example: |
Description |
[required] A description for the cache security group. |
Tags |
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.