Class: Aws::Finspace::Types::CreateKxUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::CreateKxUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#environment_id ⇒ String
A unique identifier for the kdb environment where you want to create a user.
-
#iam_role ⇒ String
The IAM role ARN that will be associated with the user.
-
#tags ⇒ Hash<String,String>
A list of key-value pairs to label the user.
-
#user_name ⇒ String
A unique identifier for the user.
Instance Attribute Details
#client_token ⇒ String
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.
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_id ⇒ String
A unique identifier for the kdb environment where you want to create a user.
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_role ⇒ String
The IAM role ARN that will be associated with the user.
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 |
#tags ⇒ Hash<String,String>
A list of key-value pairs to label the user. You can add up to 50 tags to a user.
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_name ⇒ String
A unique identifier for the user.
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 |