preExtractionHookConfiguration

@JvmName(name = "ynydplpjbwjposge")
suspend fun preExtractionHookConfiguration(value: Output<DataSourceHookConfigurationArgs>)
@JvmName(name = "qgtqqmyghxsinjwp")
suspend fun preExtractionHookConfiguration(value: DataSourceHookConfigurationArgs?)

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 .


@JvmName(name = "xgkjdqlmlposutyc")
suspend fun preExtractionHookConfiguration(argument: suspend DataSourceHookConfigurationArgsBuilder.() -> 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 .