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:
271
271
- !Sub " arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${SearchTestJavaTableName}/index/*"
272
272
- !Sub " arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${SearchTestDotnetTableName}"
273
273
- !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}"
274
281
275
282
KMSUsage :
276
283
Type : " AWS::IAM::ManagedPolicy"
You can’t perform that action at this time.
0 commit comments