Amazon EventBridge schema registries - Amazon EventBridge

Amazon EventBridge schema registries

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 AWS event, discovered, and custom schema registries.

  • AWS 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
  1. Open the Amazon EventBridge console at https://console.aws.amazon.com/events/.

  2. In the navigation pane, choose Schemas and then choose Create registry.

  3. On the Registry details page, enter a Name.

  4. (Optional) Enter a description for your new registry.

  5. 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 AWS CloudFormation, see EventSchemas Resource Type Reference in AWS CloudFormation.