Edit on GitHub
Can I Restrict Access to DynamoDB Tables?link
Updated 11 days ago
Questionlink
How do I restrict access to tables in the DynamoDB source after setting up a connector?
Environmentlink
Database: DynamoDB
Answerlink
You can allow access to only certain tables in your database. To do this, you need to change the Resource
parameter of the IAM Policy to outline the specific tables that you want to provide access to.
For more information, see Amazon's Documentation.
Causelink
In our setup guide to create the IAM Policy, the Resource
parameter is set to `*`, which provides access to all tables.