Learn R Programming

paws.database (version 0.2.0)

memorydb_update_user: Changes user password(s) and/or access string

Description

Changes user password(s) and/or access string.

See https://paws-r.github.io/docs/memorydb/update_user.html for full documentation.

Usage

memorydb_update_user(UserName, AuthenticationMode = NULL, AccessString = NULL)

Arguments

UserName

[required] The name of the user

AuthenticationMode

Denotes the user's authentication properties, such as whether it requires a password to authenticate.

AccessString

Access permissions string used for this user.