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.

Missing Parameters
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "dynamodb:*"
            ],
            "Resource": [
                "arn:aws:dynamodb:::table/",
                "arn:aws:dynamodb:::table//index/*"
            ],
            "Effect": "Allow"
        }
    ]
}

Actions



Customize Template

Policy Parameters

* Required field