Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomDocumentEnrichmentConfiguration

import type { CustomDocumentEnrichmentConfiguration } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides the configuration information for altering document metadata and content during the document ingestion process.

For more information, see Customizing document metadata during the ingestion process.

interface CustomDocumentEnrichmentConfiguration {
InlineConfigurations?: InlineCustomDocumentEnrichmentConfiguration[] | null;
PostExtractionHookConfiguration?: HookConfiguration | null;
PreExtractionHookConfiguration?: HookConfiguration | null;
RoleArn?: string | null;
}

§Properties

§
InlineConfigurations?: InlineCustomDocumentEnrichmentConfiguration[] | null
[src]

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

§
PostExtractionHookConfiguration?: HookConfiguration | null
[src]

Configuration information for invoking a Lambda function in 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.

§
PreExtractionHookConfiguration?: HookConfiguration | null
[src]

Configuration information for invoking a Lambda function in 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.

§
RoleArn?: string | null
[src]

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