File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 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": [
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/*",
You can’t perform that action at this time.
0 commit comments