View source: R/elasticache_operations.R
elasticache_create_user_group | R Documentation |
For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user group. For more information, see Using Role Based Access Control (RBAC)
See https://www.paws-r-sdk.com/docs/elasticache_create_user_group/ for full documentation.
elasticache_create_user_group(UserGroupId, Engine, UserIds = NULL, Tags = NULL)
UserGroupId |
[required] The ID of the user group. |
Engine |
[required] The current supported value is Redis user. |
UserIds |
The list of user IDs that belong to the user 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. Available for Redis OSS only. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.