tf_sharepoint_integration/iam-task-role-policy.json
Daniel Grozdanovic bcd0f8a227
Some checks failed
CI - SharePoint Plugin with SonarQube / Test and SonarQube Analysis (push) Has been cancelled
Initial commit: SharePoint connector and ToothFairyAI integration
2026-02-22 17:58:45 +02:00

24 lines
546 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"dynamodb:CreateTable",
"dynamodb:DescribeTable",
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:UpdateItem",
"dynamodb:Query",
"dynamodb:Scan",
"dynamodb:UpdateTimeToLive",
"dynamodb:DescribeTimeToLive"
],
"Resource": [
"arn:aws:dynamodb:ap-southeast-2:*:table/prod_*",
"arn:aws:dynamodb:ap-southeast-2:*:table/prod_*/index/*"
]
}
]
}