View source: R/elasticache_operations.R
elasticache_modify_user_group | R Documentation |
Changes the list of users that belong to the user group.
See https://www.paws-r-sdk.com/docs/elasticache_modify_user_group/ for full documentation.
elasticache_modify_user_group(
UserGroupId,
UserIdsToAdd = NULL,
UserIdsToRemove = NULL
)
UserGroupId |
[required] The ID of the user group. |
UserIdsToAdd |
The list of user IDs to add to the user group. |
UserIdsToRemove |
The list of user IDs to remove from the user group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.