Modify User Group
| elasticache_modify_user_group | R Documentation |
Changes the list of users that belong to the user group¶
Description¶
Changes the list of users that belong to the user group.
Usage¶
Arguments¶
UserGroupId[required] The ID of the user group.
UserIdsToAddThe list of user IDs to add to the user group.
UserIdsToRemoveThe list of user IDs to remove from the user group.
Value¶
A list with the following syntax:
list(
UserGroupId = "string",
Status = "string",
Engine = "string",
UserIds = list(
"string"
),
MinimumEngineVersion = "string",
PendingChanges = list(
UserIdsToRemove = list(
"string"
),
UserIdsToAdd = list(
"string"
)
),
ReplicationGroups = list(
"string"
),
ServerlessCaches = list(
"string"
),
ARN = "string"
)