Schema registries in Amazon EventBridge
Schema registries are containers for schemas. Schema registries collect and organize schemas so that your schemas are in logical groups. The default schema registries are:
-
All schemas – All the schemas from the Amazon event, discovered, and custom schema registries.
-
Amazon event schema registry – The built-in schemas.
-
Discovered schema registry – The schemas discovered by Schema discovery.
You can create custom registries to organize the schemas you create or upload.
To create a custom registry
Open the Amazon EventBridge console at https://console.amazonaws.cn/events/
. -
In the navigation pane, choose Schemas and then choose Create registry.
-
On the Registry details page, enter a Name.
-
(Optional) Enter a description for your new registry.
-
Choose Create.
To create a custom schema in your new registry, select Create custom schema. To add a schema to your registry, select that registry when you're creating a new schema.
To create a registry by using the API, use CreateRegistry
. For more information, see Amazon EventBridge
Schema Registry API Reference.
For information about using the EventBridge schema registry through Amazon CloudFormation, see EventSchemas Resource Type Reference in Amazon CloudFormation.