schemaRegistryId property

String? schemaRegistryId
getter/setter pair

The schema registry instance ID to use for this schema registry.

The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (-). The maximum length is 63 characters. The ID must not start with a number.

Required.

Implementation

core.String? schemaRegistryId;