DataSourceDocumentAttributeConditionArgs

data class DataSourceDocumentAttributeConditionArgs(val key: Output<String>, val operator: Output<DataSourceDocumentEnrichmentConditionOperator>, val value: Output<Any>? = null) : ConvertibleToJava<DataSourceDocumentAttributeConditionArgs>

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>

The identifier of the document attribute used for the condition. For example, 'Source_URI' could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Q Business currently doesn't support _document_body as an attribute key used for the condition.

Link copied to clipboard

The identifier of the document attribute used for the condition. For example, 'Source_URI' could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Q Business currently does not support _document_body as an attribute key used for the condition.

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(): DataSourceDocumentAttributeConditionArgs