From 89c8a1405fe8bdbc6751afc249689f88f61840ea Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 3 Aug 2021 14:13:59 +0100 Subject: [PATCH] updated aws_budget_sns_access_policy.json --- aws_budget_sns_access_policy.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aws_budget_sns_access_policy.json b/aws_budget_sns_access_policy.json index fa089d41..906ec1aa 100644 --- a/aws_budget_sns_access_policy.json +++ b/aws_budget_sns_access_policy.json @@ -9,7 +9,12 @@ "Service": "budgets.amazonaws.com" }, "Action": "SNS:Publish", - "Resource": "" + "Resource": "", + "Condition": { + "StringEquals": { + "AWS:SourceOwner": "" + } + } }, { "Sid": "__default_statement_ID",