File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,13 @@ Resources:
271271 - !Sub " arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${SearchTestJavaTableName}/index/*"
272272 - !Sub " arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${SearchTestDotnetTableName}"
273273 - !Sub " arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${SearchTestDotnetTableName}/index/*"
274+ # See: https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/python-using.html#python-helpers
275+ # To use the client helper classes in DDBEC, the caller must have permission to call the DynamoDB DescribeTable operation on the target table.
276+ - Effect : Allow
277+ Action :
278+ - dynamodb:DescribeTable
279+ Resource :
280+ - !Sub " arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${TableName}"
274281
275282 KMSUsage :
276283 Type : " AWS::IAM::ManagedPolicy"
You can’t perform that action at this time.
0 commit comments