Data Source Custom Document Enrichment Configuration Post Extraction Hook Configuration
data class DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration(val invocationCondition: DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition? = null, val lambdaArn: String, val s3Bucket: String)
Constructors
Link copied to clipboard
constructor(invocationCondition: DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition? = null, lambdaArn: String, s3Bucket: String)
Properties
Link copied to clipboard
val invocationCondition: DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition? = null
A block that specifies the condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Kendra should invoke a function that inserts the current date-time. See invocation_condition.
Link copied to clipboard
Stores the original, raw documents or the structured, parsed documents before and after altering them. For more information, see Data contracts for Lambda functions.