Schema Version Schema
data class SchemaVersionSchema(val registryName: String? = null, val schemaArn: String? = null, val schemaName: String? = null)
Identifier for the schema where the schema version will be created.
Constructors
Link copied to clipboard
fun SchemaVersionSchema(registryName: String? = null, schemaArn: String? = null, schemaName: String? = null)