Data Source Document Attribute Condition Args
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
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.