---
type: resource-type
title: MemoryDBUser
description: aws resource type AWS::MemoryDB::User
name: MemoryDBUser
lexicon: aws
resource_type: AWS::MemoryDB::User
---
`AWS::MemoryDB::User`, a resource type of the aws lexicon.

## Properties

- `UserName` (`string`, required): The name of the user.
- `AccessString` (`string`, optional): Access permissions string used for this user account.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the user account.
- `AuthenticationMode` (`Record<string, unknown>`, optional)
- `Status` (`string`, optional): Indicates the user status. Can be "active", "modifying" or "deleting".
- `Tags` (`MemoryDBUser_Tag[]`, optional): An array of key-value pairs to apply to this user.

## Attributes

- `Arn`
- `Status`
