I have an AWS DynamoDB table which consists of one key and some attributes. AWS IAM allows to restrict the access to a specific key: Docs.
But is it possible to "filter" by the value of an attribute? For example:
"Allow access to all rows, where attribute_A = 1"
I didn't find anything like that after searching for hours. Thank you in advance!