updated aws_budget_sns_access_policy.json

pull/2/head
Hari Sekhon 3 years ago
parent 047e78ae2a
commit 89c8a1405f

@ -9,7 +9,12 @@
"Service": "budgets.amazonaws.com"
},
"Action": "SNS:Publish",
"Resource": "<SNS_ARN>"
"Resource": "<SNS_ARN>",
"Condition": {
"StringEquals": {
"AWS:SourceOwner": "<AWS_ACCOUNT>"
}
}
},
{
"Sid": "__default_statement_ID",

Loading…
Cancel
Save