For Redis engine version 6.x onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see Using Role Based Access Control (RBAC).
elasticache_delete_user(UserId)
A list with the following syntax:
list(
UserId = "string",
UserName = "string",
Status = "string",
Engine = "string",
AccessString = "string",
UserGroupIds = list(
"string"
),
Authentication = list(
Type = "password"|"no-password",
PasswordCount = 123
),
ARN = "string"
)
[required] The ID of the user.
svc$delete_user(
UserId = "string"
)