DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetArgs

data class DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetArgs(val targetDocumentAttributeKey: Output<String>? = null, val targetDocumentAttributeValue: Output<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValueArgs>? = null, val targetDocumentAttributeValueDeletion: Output<Boolean>? = null) : ConvertibleToJava<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetArgs>

Constructors

constructor(targetDocumentAttributeKey: Output<String>? = null, targetDocumentAttributeValue: Output<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValueArgs>? = null, targetDocumentAttributeValueDeletion: Output<Boolean>? = null)

Properties

Link copied to clipboard
val targetDocumentAttributeKey: Output<String>? = null

The identifier of the target document attribute or metadata field. For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.

Link copied to clipboard

The target value you want to create for the target attribute. For example, 'Finance' could be the target value for the target attribute key 'Department'. See Document Attribute Value.

Link copied to clipboard

TRUE to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to TRUE. To create a target value (TargetDocumentAttributeValue), set this to FALSE.

Functions

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