post Extraction Hook Configuration
suspend fun postExtractionHookConfiguration(value: Output<DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationArgs>)
suspend fun postExtractionHookConfiguration(value: DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationArgs?)
Parameters
value
A block that specifies the 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 Advanced data manipulation. Detailed below.
suspend fun postExtractionHookConfiguration(argument: suspend DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A block that specifies the 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 Advanced data manipulation. Detailed below.