CatalogTableStorageDescriptorSchemaReferenceSchemaId

data class CatalogTableStorageDescriptorSchemaReferenceSchemaId(val registryName: String? = null, val schemaArn: String? = null, val schemaName: String? = null)

Constructors

constructor(registryName: String? = null, schemaArn: String? = null, schemaName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val registryName: String? = null

Name of the schema registry that contains the schema. Must be provided when schema_name is specified and conflicts with schema_arn.

Link copied to clipboard
val schemaArn: String? = null

ARN of the schema. One of schema_arn or schema_name has to be provided.

Link copied to clipboard
val schemaName: String? = null

Name of the schema. One of schema_arn or schema_name has to be provided.