We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27821a3 commit 7b051e7Copy full SHA for 7b051e7
modules/log_ingestion.events.cft.yaml
@@ -495,14 +495,14 @@ Resources:
495
Action:
496
- "events:InvokeApiDestination"
497
Resource:
498
- - !Sub "arn:aws:events:*:*:api-destination/${EventBridgeRoleName}-destination/*"
+ - !Sub "arn:aws:events:*:*:api-destination/${Name}-destination/*"
499
- Sid: "CloudTrailEventRuleAccess"
500
Effect: Allow
501
502
- "events:DescribeRule"
503
- "events:ListTargetsByRule"
504
505
- - !Sub "arn:aws:events:*:*:rule/${EventBridgeRoleName}"
+ - !Sub "arn:aws:events:*:*:rule/${Name}"
506
- Sid: "ValidationAccess"
507
508
0 commit comments