Skip to content

Commit

Permalink
fix: add missing SupportCenter-Admin permissions (#309)
Browse files Browse the repository at this point in the history
Update the permissions to allow the opt-out phone number
lists to load without errors in the AWS console.
  • Loading branch information
patheard authored Sep 26, 2024
1 parent 06cb248 commit 0d2952f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,13 @@ data "aws_iam_policy_document" "admin_support_center" {
sid = "PinpointListAndDeleteOptedOutNumbers"
effect = "Allow"
actions = [
"sms-voice:GetResourcePolicy",
"sms-voice:DeleteOptedOutNumber",
"sms-voice:DescribePhoneNumbers",
"sms-voice:DescribeOptOutLists",
"sms-voice:DescribeOptedOutNumbers",
"sms-voice:DescribeRegistrations",
"sms-voice:ListTagsForResource",
"sms-voice:PutOptedOutNumber"
]
resources = ["*"]
Expand Down

0 comments on commit 0d2952f

Please sign in to comment.