memorydb_update_acl: Changes the list of users that belong to the Access Control...

View source: R/memorydb_operations.R

memorydb_update_aclR Documentation

Changes the list of users that belong to the Access Control List

Description

Changes the list of users that belong to the Access Control List.

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

Usage

memorydb_update_acl(ACLName, UserNamesToAdd = NULL, UserNamesToRemove = NULL)

Arguments

ACLName

[required] The name of the Access Control List

UserNamesToAdd

The list of users to add to the Access Control List

UserNamesToRemove

The list of users to remove from the Access Control List


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