Values_1.CreateRegistryInputSourceCreates a new registry which may be used to hold a collection of schemas.
type nonrec t = {registryName : Values_0.SchemaRegistryNameString.t;Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.
*)description : Values_0.DescriptionString.t option;A description of the registry. If description is not provided, there will not be any default value for this.
*)}val make :
?description:??? ->
?tags:??? ->
registryName:Values_0.SchemaRegistryNameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Values_0.SchemaRegistryNameString.t ])
list ]