feat(events): add support for Event Bus Logging Configuration#35201
feat(events): add support for Event Bus Logging Configuration#35201mergify[bot] merged 29 commits intoaws:mainfrom duranbe:add-log-config
Conversation
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
Im not really sure why security guardian failed? |
|
ah I figured out the issue -> the test was using an IAM root account as |
|
Ready for review! :) |
packages/@aws-cdk-testing/framework-integ/test/aws-events/test/integ.eventbus.ts
Show resolved
Hide resolved
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks:You may have to fix your CI before adding the pull request to the queue again. |
|
@Mergifyio requeue |
❌ Command disallowed due to command restrictions in the Mergify configuration.Details
|
🫠🫠🫠 |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
This PR has been in the CHANGES REQUESTED state for 3 weeks, and looks abandoned. Note that PRs with failing linting check or builds are not reviewed, please ensure your build is passing To prevent automatic closure:
This PR will automatically close in 14 days if no action is taken. |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue #35000
Reason for this change
Logging Configuration has been recently added to Event Bridge buses and is supported in L1 construct but not L2.
Relevant Cloudformation Template Doc : https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-events-eventbus-logconfig.html
AWS Doc for Configuring Logs : https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-bus-logs.html#eb-event-logs-data
Description of changes
IncludeDetailpropertyLevelpropertyDescription of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license