Skip to content

Commit a5c38d2

Browse files
committed
add cloudwatch permissions
1 parent cc80661 commit a5c38d2

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

templates_cspm_eventbridge/FullInstall.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Resources:
192192
Action:
193193
- "events:DescribeApiDestination"
194194
- "events:DescribeConnection"
195+
- "cloudwatch:GetMetricStatistics"
195196
Resource: "*"
196197

197198
EventBridgeRule:

templates_cspm_eventbridge/OrgFullInstall.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ Resources:
223223
Action:
224224
- "events:DescribeApiDestination"
225225
- "events:DescribeConnection"
226+
- "cloudwatch:GetMetricStatistics"
226227
Resource: "*"
227228
RolesStackSet:
228229
Type: AWS::CloudFormation::StackSet
@@ -353,6 +354,7 @@ Resources:
353354
Action:
354355
- "events:DescribeApiDestination"
355356
- "events:DescribeConnection"
357+
- "cloudwatch:GetMetricStatistics"
356358
Resource: "*"
357359
EBRuleStackSet:
358360
Type: AWS::CloudFormation::StackSet

templates_eventbridge/EventBridge.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Resources:
144144
Action:
145145
- "events:DescribeApiDestination"
146146
- "events:DescribeConnection"
147+
- "cloudwatch:GetMetricStatistics"
147148
Resource: "*"
148149

149150
EventBridgeRule:

templates_eventbridge/OrgEventBridge.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ Resources:
180180
Action:
181181
- "events:DescribeApiDestination"
182182
- "events:DescribeConnection"
183+
- "cloudwatch:GetMetricStatistics"
183184
Resource: "*"
184185

185186
MgmtAccEBRuleStackSet:
@@ -347,6 +348,7 @@ Resources:
347348
Action:
348349
- "events:DescribeApiDestination"
349350
- "events:DescribeConnection"
351+
- "cloudwatch:GetMetricStatistics"
350352
Resource: "*"
351353
352354
# StackSet for member accounts - EventBridge resources deployment

0 commit comments

Comments
 (0)