SchemaReference

An object that references a schema stored in the Glue Schema Registry.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.

Link copied to clipboard

The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.

Link copied to clipboard

The version number of the schema.

Functions

Link copied to clipboard
inline fun copy(block: SchemaReference.Builder.() -> Unit = {}): SchemaReference
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String