Data Source Custom Document Enrichment Configuration Inline Configuration Condition Args
data class DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionArgs(val conditionDocumentAttributeKey: Output<String>, val conditionOnValue: Output<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValueArgs>? = null, val operator: Output<String>) : ConvertibleToJava<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionArgs>
Constructors
Link copied to clipboard
constructor(conditionDocumentAttributeKey: Output<String>, conditionOnValue: Output<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValueArgs>? = null, operator: Output<String>)
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 Kendra currently does not support _document_body
as an attribute key used for the condition.
Link copied to clipboard
val conditionOnValue: Output<DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValueArgs>? = null
The value used by the operator. For example, you can specify the value 'financial' for strings in the _source_uri
field that partially match or contain this value. See condition_on_value.
Link copied to clipboard