custom Document Enrichment Configuration
suspend fun customDocumentEnrichmentConfiguration(value: Output<DataSourceCustomDocumentEnrichmentConfigurationArgs>)
suspend fun customDocumentEnrichmentConfiguration(value: DataSourceCustomDocumentEnrichmentConfigurationArgs?)
Parameters
value
A block with the configuration information for altering document metadata and content during the document ingestion process. 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. Detailed below.
suspend fun customDocumentEnrichmentConfiguration(argument: suspend DataSourceCustomDocumentEnrichmentConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A block with the configuration information for altering document metadata and content during the document ingestion process. 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. Detailed below.