Data Source Hook Configuration Args
data class DataSourceHookConfigurationArgs(val invocationCondition: Output<DataSourceDocumentAttributeConditionArgs>? = null, val lambdaArn: Output<String>, val s3Bucket: Output<String>) : ConvertibleToJava<DataSourceHookConfigurationArgs>
Constructors
Link copied to clipboard
constructor(invocationCondition: Output<DataSourceDocumentAttributeConditionArgs>? = null, lambdaArn: Output<String>, s3Bucket: Output<String>)
Properties
Link copied to clipboard
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.
Link copied to clipboard
The Amazon Resource Name (ARN) of an IAM role with permission to run a Lambda function during ingestion. For more information, see an IAM roles for Amazon Kendra .
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 .