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)


2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2904

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.



2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2904

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)


2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2904

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)


2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2904

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>)


2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2904

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:



2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2904

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)


2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2904

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)


2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2904

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