Skip to content

Delete User

elasticache_delete_user R Documentation

For Redis OSS engine version 6

Description

For Redis OSS engine version 6.0 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).

Usage

elasticache_delete_user(UserId)

Arguments

UserId

[required] The ID of the user.

Value

A list with the following syntax:

list(
  UserId = "string",
  UserName = "string",
  Status = "string",
  Engine = "string",
  MinimumEngineVersion = "string",
  AccessString = "string",
  UserGroupIds = list(
    "string"
  ),
  Authentication = list(
    Type = "password"|"no-password"|"iam",
    PasswordCount = 123
  ),
  ARN = "string"
)

Request syntax

svc$delete_user(
  UserId = "string"
)