Amazon Kendra Data Source

Amazon Kendra Data Source represents a connection configuration that allows Amazon Kendra to ingest and index content from external repositories such as S3, SharePoint, or databases. It defines how Kendra accesses, syncs, and updates data for search indexing, including authentication, scheduling, and data mapping settings.

aws.kendra_data_source

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
configurationcorejsonConfiguration details for the data source connector. This shows how the data source is configured. The configuration options for a data source depend on the data source provider.
created_atcoretimestampThe Unix timestamp when the data source connector was created.
custom_document_enrichment_configurationcorejsonConfiguration information for altering document metadata and content during the document ingestion process when you describe a data source. For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.
descriptioncorestringThe description for the data source connector.
error_messagecorestringWhen the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source to fail.
idcorestringThe identifier of the data source connector.
index_idcorestringThe identifier of the index used with the data source connector.
language_codecorestringThe code for a language. This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
namecorestringThe name for the data source connector.
role_arncorestringThe Amazon Resource Name (ARN) of the IAM role with permission to access the data source and required resources.
schedulecorestringThe schedule for Amazon Kendra to update the index.
statuscorestringThe current status of the data source connector. When the status is ACTIVE the data source is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that the data source failed.
tagscorehstore_csv
typecorestringThe type of the data source. For example, SHAREPOINT.
updated_atcoretimestampThe Unix timestamp when the data source connector was last updated.
vpc_configurationcorejsonConfiguration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.