Class: Aws::Finspace::Types::CreateKxUserRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A token that ensures idempotency. This token expires in 10 minutes.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
1315
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1307

class CreateKxUserRequest < Struct.new(
  :environment_id,
  :user_name,
  :iam_role,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment where you want to create a user.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
1315
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1307

class CreateKxUserRequest < Struct.new(
  :environment_id,
  :user_name,
  :iam_role,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#iam_roleString

The IAM role ARN that will be associated with the user.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
1315
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1307

class CreateKxUserRequest < Struct.new(
  :environment_id,
  :user_name,
  :iam_role,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pairs to label the user. You can add up to 50 tags to a user.

Returns:

  • (Hash<String,String>)


1307
1308
1309
1310
1311
1312
1313
1314
1315
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1307

class CreateKxUserRequest < Struct.new(
  :environment_id,
  :user_name,
  :iam_role,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

A unique identifier for the user.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
1315
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1307

class CreateKxUserRequest < Struct.new(
  :environment_id,
  :user_name,
  :iam_role,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end