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

InlineCustomDocumentEnrichmentConfiguration

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

Provides the configuration information for applying basic logic to alter document metadata and content when ingesting documents into Amazon Kendra. To apply advanced logic, to go beyond what you can do with basic logic, see HookConfiguration.

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

interface InlineCustomDocumentEnrichmentConfiguration {
Condition?: DocumentAttributeCondition | null;
DocumentContentDeletion?: boolean | null;
Target?: DocumentAttributeTarget | null;
}

§Properties

§

Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.

§
DocumentContentDeletion?: boolean | null
[src]

TRUE to delete content if the condition used for the target attribute is met.

§

Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra. You can also include a value.