Learn R Programming

paws.database (version 0.1.12)

elasticache_delete_user_group: For Redis engine version 6

Description

For Redis engine version 6.x onwards: Deletes a ser group. The user group must first be disassociated from the replcation group before it can be deleted. For more information, see Using Role Based Access Control (RBAC).

Usage

elasticache_delete_user_group(UserGroupId)

Value

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"
)

Arguments

UserGroupId

[required] The ID of the user group.

Request syntax

svc$delete_user_group(
  UserGroupId = "string"
)