Skip to content

Commit b922443

Browse files
author
MAMIP Bot
committed
AmazonConnectServiceLinkedRolePolicy - Policy Version v29
1 parent 13574b3 commit b922443

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

policies/AmazonConnectServiceLinkedRolePolicy

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PolicyVersion": {
3-
"CreateDate": "2025-07-29T21:22:06Z",
4-
"VersionId": "v28",
3+
"CreateDate": "2025-10-27T21:19:07Z",
4+
"VersionId": "v29",
55
"Document": {
66
"Version": "2012-10-17",
77
"Statement": [
@@ -441,6 +441,34 @@
441441
},
442442
"Sid": "AllowSocialMessagingOperations"
443443
},
444+
{
445+
"Action": [
446+
"social-messaging:ListLinkedWhatsAppBusinessAccounts"
447+
],
448+
"Resource": "*",
449+
"Effect": "Allow",
450+
"Condition": {
451+
"StringEquals": {
452+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
453+
}
454+
},
455+
"Sid": "AllowRetrievalOfWabas"
456+
},
457+
{
458+
"Action": [
459+
"social-messaging:GetWhatsAppMessageTemplate",
460+
"social-messaging:ListWhatsAppMessageTemplates"
461+
],
462+
"Resource": "arn:aws:social-messaging:*:*:waba/*",
463+
"Effect": "Allow",
464+
"Condition": {
465+
"StringEquals": {
466+
"aws:ResourceTag/AmazonConnectEnabled": "True",
467+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
468+
}
469+
},
470+
"Sid": "AllowRetrievalOfWhatsAppTemplates"
471+
},
444472
{
445473
"Action": "mobiletargeting:SendMessages",
446474
"Resource": "arn:aws:mobiletargeting:*:*:apps/*",

0 commit comments

Comments
 (0)