Class: Aws::ElastiCache::Types::CreateUserMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_stringString

Access permissions string used for this user.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3149

class CreateUserMessage < Struct.new(
  :user_id,
  :user_name,
  :engine,
  :passwords,
  :access_string,
  :no_password_required,
  :tags,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_modeTypes::AuthenticationMode

Specifies how to authenticate the user.



3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3149

class CreateUserMessage < Struct.new(
  :user_id,
  :user_name,
  :engine,
  :passwords,
  :access_string,
  :no_password_required,
  :tags,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The current supported value is Redis.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3149

class CreateUserMessage < Struct.new(
  :user_id,
  :user_name,
  :engine,
  :passwords,
  :access_string,
  :no_password_required,
  :tags,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#no_password_requiredBoolean

Indicates a password is not required for this user.

Returns:

  • (Boolean)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3149

class CreateUserMessage < Struct.new(
  :user_id,
  :user_name,
  :engine,
  :passwords,
  :access_string,
  :no_password_required,
  :tags,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#passwordsArray<String>

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

Returns:

  • (Array<String>)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3149

class CreateUserMessage < Struct.new(
  :user_id,
  :user_name,
  :engine,
  :passwords,
  :access_string,
  :no_password_required,
  :tags,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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.

Returns:



3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3149

class CreateUserMessage < Struct.new(
  :user_id,
  :user_name,
  :engine,
  :passwords,
  :access_string,
  :no_password_required,
  :tags,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The ID of the user.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3149

class CreateUserMessage < Struct.new(
  :user_id,
  :user_name,
  :engine,
  :passwords,
  :access_string,
  :no_password_required,
  :tags,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The username of the user.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3149

class CreateUserMessage < Struct.new(
  :user_id,
  :user_name,
  :engine,
  :passwords,
  :access_string,
  :no_password_required,
  :tags,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end