class Aws::ElastiCache::Types::CreateUserMessage

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

data as a hash:

    {
      user_id: "UserId", # required
      user_name: "UserName", # required
      engine: "EngineType", # required
      passwords: ["String"],
      access_string: "AccessString", # required
      no_password_required: false,
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] user_id

The ID of the user.
@return [String]

@!attribute [rw] user_name

The username of the user.
@return [String]

@!attribute [rw] engine

The current supported value is Redis.
@return [String]

@!attribute [rw] passwords

Passwords used for this user. You can create up to two passwords for
each user.
@return [Array<String>]

@!attribute [rw] access_string

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

@!attribute [rw] no_password_required

Indicates a password is not required for this user.
@return [Boolean]

@!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/elasticache-2015-02-02/CreateUserMessage AWS API Documentation

Constants

SENSITIVE