DataSourceDocumentAttributeTargetArgs

data class DataSourceDocumentAttributeTargetArgs(val attributeValueOperator: Output<DataSourceAttributeValueOperator>? = null, val key: Output<String>, val value: Output<Any>? = null) : ConvertibleToJava<DataSourceDocumentAttributeTargetArgs>

Constructors

Link copied to clipboard
constructor(attributeValueOperator: Output<DataSourceAttributeValueOperator>? = null, key: Output<String>, value: Output<Any>? = null)

Properties

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 .

Link copied to clipboard
val key: Output<String>

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
val value: Output<Any>? = null

The value of a document attribute. You can only provide one value for a document attribute.

Functions

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