Values.AwsEventSchemasRegistryDetailsSourceA schema defines the structure of events that are sent to Amazon EventBridge. Schema registries are containers for schemas. They collect and organize schemas so that your schemas are in logical groups.
type nonrec t = {description : NonEmptyString.t option;A description of the registry to be created.
*)registryArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the registry.
*)registryName : NonEmptyString.t option;The name of the schema registry.
*)}