SchemaId

class SchemaId

The unique ID of the schema in the Glue schema registry.

Types

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

Properties

Link copied to clipboard

The name of the schema registry that contains the schema.

Link copied to clipboard

The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.

Link copied to clipboard

The name of the schema. One of SchemaArn or SchemaName has to be provided.

Functions

Link copied to clipboard
inline fun copy(block: SchemaId.Builder.() -> Unit = {}): SchemaId
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