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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'lib/aws-sdk-finspace/types.rb', line 1314

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)


1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'lib/aws-sdk-finspace/types.rb', line 1314

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)


1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'lib/aws-sdk-finspace/types.rb', line 1314

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


1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'lib/aws-sdk-finspace/types.rb', line 1314

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)


1314
1315
1316
1317
1318
1319
1320
1321
1322
# File 'lib/aws-sdk-finspace/types.rb', line 1314

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