AWS::EventSchemas::DiscovererUse the `AWS::EventSchemas::Discoverer` resource to specify a *discoverer* that is associated with an event bus. A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.
import { CfnDiscoverer } from 'aws-cdk-lib/aws-eventschemas';Or use the module namespace:
import * as eventschemas from 'aws-cdk-lib/aws-eventschemas';
// eventschemas.CfnDiscovererConfiguration passed to the constructor as CfnDiscovererProps.
sourceArnRequiredstring | IEventBusRefThe ARN of the event bus.
crossAccountOptionalboolean | IResolvableAllows for the discovery of the event schemas that are sent to the event bus from another account.
Default: - true
descriptionOptionalstringA description for the discoverer.
tagsOptionalTagsEntryProperty[]Tags associated with the resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-eventschemasAWS::EventSchemas::Discoverer