elasticache_modify_user_group: Changes the list of users that belong to the user group
Description
Changes the list of users that belong to the user group.
Usage
elasticache_modify_user_group(UserGroupId, UserIdsToAdd,
UserIdsToRemove)
Arguments
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.
Request syntax
svc$modify_user_group(
UserGroupId = "string",
UserIdsToAdd = list(
"string"
),
UserIdsToRemove = list(
"string"
)
)