Values.InlineDocumentEnrichmentConfigurationSourceProvides the configuration information for applying basic logic to alter document metadata and content when ingesting documents into Amazon Q Business. To apply advanced logic, to go beyond what you can do with basic logic, see HookConfiguration . For more information, see Custom document enrichment.
type nonrec t = {condition : DocumentAttributeCondition.t option;target : DocumentAttributeTarget.t option;documentContentOperator : DocumentContentOperator.t option;TRUE to delete content if the condition used for the target attribute is met.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of DocumentAttributeKey.t
| `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `Long of Long.t
| `String of DocumentAttributeValueStringValueString.t
| `Timestamp of Timestamp.t ])
list ])
list ])
list ]