For Redis engine version 6.x onwards: Creates a Redis user group. For more information, see Using Role Based Access Control (RBAC)
elasticache_create_user_group(UserGroupId, Engine, UserIds)
A list with the following syntax:
list(
UserGroupId = "string",
Status = "string",
Engine = "string",
UserIds = list(
"string"
),
PendingChanges = list(
UserIdsToRemove = list(
"string"
),
UserIdsToAdd = list(
"string"
)
),
ReplicationGroups = list(
"string"
),
ARN = "string"
)
[required] The ID of the user group.
[required] The current supported value is Redis.
The list of user IDs that belong to the user group.
svc$create_user_group(
UserGroupId = "string",
Engine = "string",
UserIds = list(
"string"
)
)