You must be logged in to view saved presets
An IAM policy that grants permissions policy grants permissions for all of the DynamoDB actions on a table and all of the table's indexes. This policy provides the permissions necessary to complete this action using the AWS API or AWS CLI only.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"dynamodb:*"
],
"Resource": [
"arn:aws:dynamodb:::table/",
"arn:aws:dynamodb:::table//index/*"
],
"Effect": "Allow"
}
]
}