AWS Certified Database – Specialty – Question132

A company uses the Amazon DynamoDB table contractDB in us-east-1 for its contract system with the following schema:
orderID (primary key)
timestamp (sort key)
contract (map)
createdBy (string)
customerEmail (string)
After a problem in production, the operations team has asked a database specialist to provide an IAM policy to read items from the database to debug the application. In addition, the developer is not allowed to access the value of the customerEmail field to stay compliant.
Which IAM policy should the database specialist use to achieve these requirements?

A.

B.
C.
D.

Correct Answer: A