Class: Aws::Kendra::Types::UserIdentityConfiguration

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

Overview

Provides the configuration information for the identifiers of your users.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_attribute_nameString

The IAM Identity Center field name that contains the identifiers of your users, such as their emails. This is used for user context filtering and for granting access to your Amazon Kendra experience. You must set up IAM Identity Center with Amazon Kendra. You must include your users and groups in your Access Control List when you ingest documents into your index. For more information, see Getting started with an IAM Identity Center identity source.

Returns:

  • (String)


11084
11085
11086
11087
11088
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 11084

class UserIdentityConfiguration < Struct.new(
  :identity_attribute_name)
  SENSITIVE = []
  include Aws::Structure
end