class Aws::MemoryDB::Types::User

You create users and assign them specific permissions by using an access string. You assign the users to Access Control Lists aligned with a specific role (administrators, human resources) that are then deployed to one or more MemoryDB clusters.

@!attribute [rw] name

The name of the user
@return [String]

@!attribute [rw] status

Indicates the user status. Can be "active", "modifying" or
"deleting".
@return [String]

@!attribute [rw] access_string

Access permissions string used for this user.
@return [String]

@!attribute [rw] acl_names

The names of the Access Control Lists to which the user belongs
@return [Array<String>]

@!attribute [rw] minimum_engine_version

The minimum engine version supported for the user
@return [String]

@!attribute [rw] authentication

Denotes whether the user requires a password to authenticate.
@return [Types::Authentication]

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the user.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/User AWS API Documentation

Constants

SENSITIVE