A DynamoDB endpoint policy that restricts access through the endpoint to the specified DynamoDB table

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "dynamodb:Batch*",
                "dynamodb:Delete*",
                "dynamodb:DescribeTable",
                "dynamodb:GetItem",
                "dynamodb:PutItem",
                "dynamodb:Update*"
            ],
            "Principal": "*",
            "Resource": [
                "arn:aws:dynamodb:::table/"
            ],
            "Effect": "Allow"
        }
    ]
}

Actions



Customize Template

Custommize Policy

* Required field