File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
infrastructure/modules/deploy_iam/policies/permissions Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4141 " arn:aws:iam::${account_id}:role/${prefix}-revalidation-function-role" ,
4242 " arn:aws:iam::${account_id}:role/${prefix}-server-function-role" ,
4343 " arn:aws:iam::${account_id}:role/${prefix}-chatbot-iam-role" ,
44- " arn:aws:iam::${account_id}:role/${prefix}-alarms-forwarder-subscription-filter-role"
44+ " arn:aws:iam::${account_id}:role/${prefix}-alarms-forwarder-subscription-filter-role" ,
45+ " arn:aws:iam::${account_id}:role/${prefix}-firehose-transformer" ,
46+ " arn:aws:iam::${account_id}:role/${prefix}-log-forwarder-subscription-filter-role"
4547 ]
4648 }
4749 ]
Original file line number Diff line number Diff line change 152152 " SNS:SetTopicAttributes" ,
153153 " SNS:TagResource" ,
154154 " SNS:Subscribe" ,
155- " SNS:GetSubscriptionAttributes"
155+ " SNS:GetSubscriptionAttributes" ,
156+ " SNS:Unsubscribe"
156157 ],
157158 "Resource" : [
158159 " arn:aws:sns:${region}:${account_id}:${prefix}-*" ,
You can’t perform that action at this time.
0 commit comments