AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EventSchemas::Discoverer

CfnDiscoverer

Use 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

import { CfnDiscoverer } from 'aws-cdk-lib/aws-eventschemas';

Or use the module namespace:

import * as eventschemas from 'aws-cdk-lib/aws-eventschemas';
// eventschemas.CfnDiscoverer

Properties

Configuration passed to the constructor as CfnDiscovererProps.

sourceArnRequired
string | IEventBusRef

The ARN of the event bus.

crossAccountOptional
boolean | IResolvable

Allows for the discovery of the event schemas that are sent to the event bus from another account.

Default: - true

descriptionOptional
string

A description for the discoverer.

tagsOptional
TagsEntryProperty[]

Tags associated with the resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-eventschemas
CFN TypeAWS::EventSchemas::Discoverer
Properties4

External Links