DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationArgs

data class DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationArgs(val condition: Output<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionArgs>? = null, val documentContentDeletion: Output<Boolean>? = null, val target: Output<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetArgs>? = null) : ConvertibleToJava<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationArgs>

Properties

Link copied to clipboard

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

Link copied to clipboard
val documentContentDeletion: Output<Boolean>? = null

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 Kendra. You can also include a value. Detailed below.

Functions

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