elasticache_create_user_group: For Redis engine version 6

View source: R/elasticache_operations.R

elasticache_create_user_groupR Documentation

For Redis engine version 6

Description

For Redis engine version 6.0 onwards: Creates a Redis user group. For more information, see Using Role Based Access Control (RBAC)

See https://www.paws-r-sdk.com/docs/elasticache_create_user_group/ for full documentation.

Usage

elasticache_create_user_group(UserGroupId, Engine, UserIds = NULL, Tags = NULL)

Arguments

UserGroupId

[required] The ID of the user group.

Engine

[required] The current supported value is Redis.

UserIds

The list of user IDs that belong to the user group.

Tags

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.