Class: Aws::Kendra::Types::ExperienceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ExperienceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Provides the configuration information for your Amazon Kendra experience. This includes the data source IDs and/or FAQ IDs, and user or group information to grant access to your Amazon Kendra experience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_source_configuration ⇒ Types::ContentSourceConfiguration
The identifiers of your data sources and FAQs.
-
#user_identity_configuration ⇒ Types::UserIdentityConfiguration
The IAM Identity Center field name that contains the identifiers of your users, such as their emails.
Instance Attribute Details
#content_source_configuration ⇒ Types::ContentSourceConfiguration
The identifiers of your data sources and FAQs. Or, you can specify that you want to use documents indexed via the ‘BatchPutDocument` API. This is the content you want to use for your Amazon Kendra experience.
4999 5000 5001 5002 5003 5004 |
# File 'lib/aws-sdk-kendra/types.rb', line 4999 class ExperienceConfiguration < Struct.new( :content_source_configuration, :user_identity_configuration) SENSITIVE = [] include Aws::Structure end |
#user_identity_configuration ⇒ Types::UserIdentityConfiguration
The IAM Identity Center field name that contains the identifiers of your users, such as their emails.
4999 5000 5001 5002 5003 5004 |
# File 'lib/aws-sdk-kendra/types.rb', line 4999 class ExperienceConfiguration < Struct.new( :content_source_configuration, :user_identity_configuration) SENSITIVE = [] include Aws::Structure end |