DataSourceDocumentEnrichmentConfiguration

data class DataSourceDocumentEnrichmentConfiguration(val inlineConfigurations: List<DataSourceInlineDocumentEnrichmentConfiguration>? = null, val postExtractionHookConfiguration: DataSourceHookConfiguration? = null, val preExtractionHookConfiguration: DataSourceHookConfiguration? = null)

Constructors

constructor(inlineConfigurations: List<DataSourceInlineDocumentEnrichmentConfiguration>? = null, postExtractionHookConfiguration: DataSourceHookConfiguration? = null, preExtractionHookConfiguration: DataSourceHookConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q Business.

Link copied to clipboard

Configuration information for invoking a Lambda function in AWS Lambda on the structured documents with their metadata and text extracted. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see Using Lambda functions .

Link copied to clipboard

Configuration information for invoking a Lambda function in AWS Lambda on the original or raw documents before extracting their metadata and text. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see Using Lambda functions .