v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14130363656.8 KB

For Redis engine version 6.0 onwards: Creates a Redis user. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>.

get/#Action=CreateUser

Query parameters

UserIdstring required

The ID of the user.

UserNamestring required

The username of the user.

Enginestring required

The current supported value is Redis.

PasswordsString[]

Passwords used for this user. You can create up to two passwords for each user.

AccessStringstring required

Access permissions string used for this user.

NoPasswordRequiredboolean

Indicates a password is not required for this user.

Keystring

The key for the tag. May not be null.

Valuestring

The tag's value. May be null.

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.

Type'password' | 'no-password-required' | 'iam'

Specifies the authentication type. Possible options are IAM authentication, password and no password.

PasswordsString[]

Specifies the passwords to use for authentication if <code>Type</code> is set to <code>password</code>.

Specifies how to authenticate the user.

Action'CreateUser' required
Version'2015-02-02' required

Response

Success