class Aws::MemoryDB::Types::CreateUserRequest

@note When making an API call, you may pass CreateUserRequest

data as a hash:

    {
      user_name: "UserName", # required
      authentication_mode: { # required
        type: "password", # accepts password
        passwords: ["String"],
      },
      access_string: "AccessString", # required
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] user_name

The name of the user. This value must be unique as it also serves as
the user identifier.
@return [String]

@!attribute [rw] authentication_mode

Denotes the user's authentication properties, such as whether it
requires a password to authenticate.
@return [Types::AuthenticationMode]

@!attribute [rw] access_string

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

@!attribute [rw] tags

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.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE