amazon dynamodb - Is it possible to restrict access to attributes or items of a table in MongoDB? -
i want restrict access table using mongodb in dynamodb: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/fgac_ddb.html
i mean if have employee table stores name , income, want role restrict access income attribute users. also, want role user able see name , income, if matches specific condition.
it not clear if possible reading official mongodb documentation: http://docs.mongodb.org/manual/reference/built-in-roles/
mongodb amazon-dynamodb
No comments:
Post a Comment