attributeFilter
construct an aws.sdk.kotlin.services.kendra.model.AttributeFilter inside the given block
Filters search results by document fields/attributes. You can only provide one attribute filter; however, the AndAllFilters
, NotFilter
, and OrAllFilters
parameters contain a list of other filters.
The AttributeFilter
parameter means you can create a set of filtering rules that a document must satisfy to be included in the query results.
For Amazon Kendra Gen AI Enterprise Edition indices use AttributeFilter
to enable document filtering for end users using _email_id
or include public documents (_email_id=null
).