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.
Fields
| Title | ID | Type | Data Type | Description |
|---|
| _key | core | string | |
| account_id | core | string | |
| configuration | core | json | Configuration 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_at | core | timestamp | The Unix timestamp when the data source connector was created. |
| custom_document_enrichment_configuration | core | json | Configuration 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. |
| description | core | string | The description for the data source connector. |
| error_message | core | string | When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source to fail. |
| id | core | string | The identifier of the data source connector. |
| index_id | core | string | The identifier of the index used with the data source connector. |
| language_code | core | string | The 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. |
| name | core | string | The name for the data source connector. |
| role_arn | core | string | The Amazon Resource Name (ARN) of the IAM role with permission to access the data source and required resources. |
| schedule | core | string | The schedule for Amazon Kendra to update the index. |
| status | core | string | The 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. |
| tags | core | hstore_csv | |
| type | core | string | The type of the data source. For example, SHAREPOINT. |
| updated_at | core | timestamp | The Unix timestamp when the data source connector was last updated. |
| vpc_configuration | core | json | Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC. |