pre Extraction Hook Configuration
suspend fun preExtractionHookConfiguration(value: Output<DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationArgs>)
suspend fun preExtractionHookConfiguration(value: DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationArgs?)
Parameters
value
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 Advanced data manipulation. Detailed below.
suspend fun preExtractionHookConfiguration(argument: suspend DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationArgsBuilder.() -> Unit)
Parameters
argument
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 Advanced data manipulation. Detailed below.