memorydb_create_acl: Creates an Access Control List

View source: R/memorydb_operations.R

memorydb_create_aclR Documentation

Creates an Access Control List

Description

Creates an Access Control List. For more information, see Authenticating users with Access Contol Lists (ACLs).

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

Usage

memorydb_create_acl(ACLName, UserNames = NULL, Tags = NULL)

Arguments

ACLName

[required] The name of the Access Control List.

UserNames

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

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.