DataSourceInlineDocumentEnrichmentConfigurationArgs

data class DataSourceInlineDocumentEnrichmentConfigurationArgs(val condition: Output<DataSourceDocumentAttributeConditionArgs>? = null, val documentContentOperator: Output<DataSourceDocumentContentOperator>? = null, val target: Output<DataSourceDocumentAttributeTargetArgs>? = null) : ConvertibleToJava<DataSourceInlineDocumentEnrichmentConfigurationArgs>

Constructors

constructor(condition: Output<DataSourceDocumentAttributeConditionArgs>? = null, documentContentOperator: Output<DataSourceDocumentContentOperator>? = null, target: Output<DataSourceDocumentAttributeTargetArgs>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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