For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user. For more information, see Using Role Based Access Control (RBAC).
See https://www.paws-r-sdk.com/docs/elasticache_create_user/ for full documentation.
elasticache_create_user(
UserId,
UserName,
Engine,
Passwords = NULL,
AccessString,
NoPasswordRequired = NULL,
Tags = NULL,
AuthenticationMode = NULL
)
[required] The ID of the user.
[required] The username of the user.
[required] The current supported value is Redis.
Passwords used for this user. You can create up to two passwords for each user.
[required] Access permissions string used for this user.
Indicates a password is not required for this user.
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.
Specifies how to authenticate the user.