aws-events: Enable schema discovery for Event Bus #26480
Labels
@aws-cdk/aws-events
Related to CloudWatch Events
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
The current EventBus construct doesn't allow enabling schema discovery.
Use Case
Need to enable schema discovery for an event bus without using L1 constructs.
Proposed Solution
This behaviour is supported in Cloudformation through
AWS::EventSchemas::Discoverer
.This should be easily implemented on the EventBus.
e.g
or to enable tagging we can do:
Other Information
No response
Acknowledgements
CDK version used
2.88.0
Environment details (OS name and version, etc.)
Mac OS 13.4.1
The text was updated successfully, but these errors were encountered: