DataSourceCustomDocumentEnrichmentConfigurationArgs

data class DataSourceCustomDocumentEnrichmentConfigurationArgs(val inlineConfigurations: Output<List<DataSourceInlineCustomDocumentEnrichmentConfigurationArgs>>? = null, val postExtractionHookConfiguration: Output<DataSourceHookConfigurationArgs>? = null, val preExtractionHookConfiguration: Output<DataSourceHookConfigurationArgs>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<DataSourceCustomDocumentEnrichmentConfigurationArgs>

Constructors

constructor(inlineConfigurations: Output<List<DataSourceInlineCustomDocumentEnrichmentConfigurationArgs>>? = null, postExtractionHookConfiguration: Output<DataSourceHookConfigurationArgs>? = null, preExtractionHookConfiguration: Output<DataSourceHookConfigurationArgs>? = null, roleArn: Output<String>? = null)

Properties

Link copied to clipboard

Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Kendra.

Link copied to clipboard

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 .

Link copied to clipboard

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 .

Link copied to clipboard
val roleArn: Output<String>? = null

The Amazon Resource Name (ARN) of an IAM role with permission to run PreExtractionHookConfiguration and PostExtractionHookConfiguration for altering document metadata and content during the document ingestion process. For more information, see an IAM roles for Amazon Kendra .

Functions

Link copied to clipboard
open override fun toJava(): DataSourceCustomDocumentEnrichmentConfigurationArgs