dax:BatchGetItem is a Read access-level action in the dax service. Grants permission to return the attributes of one or more items from one or more tables
ARNs that dax:BatchGetItem can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows dax:BatchGetItem. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDaxBatchGetItem",
"Effect": "Allow",
"Action": "dax:BatchGetItem",
"Resource": "*"
}
]
}