fix wrong IAM action name in docs (#5812)
Reference: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/api-permissions-reference.html
This commit is contained in:
parent
824c02a234
commit
4344bb8ec1
|
@ -92,8 +92,8 @@ the required operations on the DynamoDB table:
|
|||
"dynamodb:DescribeLimits",
|
||||
"dynamodb:DescribeTimeToLive",
|
||||
"dynamodb:ListTagsOfResource",
|
||||
"dynamodb:DescribeReserveCapacityOfferings",
|
||||
"dynamodb:DescribeReserveCapacity",
|
||||
"dynamodb:DescribeReservedCapacityOfferings",
|
||||
"dynamodb:DescribeReservedCapacity",
|
||||
"dynamodb:ListTables",
|
||||
"dynamodb:BatchGetItem",
|
||||
"dynamodb:BatchWriteItem",
|
||||
|
|
Loading…
Reference in a new issue