CatalogTableStorageDescriptorSchemaReferenceArgs

data class CatalogTableStorageDescriptorSchemaReferenceArgs(val schemaId: Output<CatalogTableStorageDescriptorSchemaReferenceSchemaIdArgs>? = null, val schemaVersionId: Output<String>? = null, val schemaVersionNumber: Output<Int>) : ConvertibleToJava<CatalogTableStorageDescriptorSchemaReferenceArgs>

Constructors

constructor(schemaId: Output<CatalogTableStorageDescriptorSchemaReferenceSchemaIdArgs>? = null, schemaVersionId: Output<String>? = null, schemaVersionNumber: Output<Int>)

Properties

Link copied to clipboard

Configuration block that contains schema identity fields. Either this or the schema_version_id has to be provided. See schema_id below.

Link copied to clipboard
val schemaVersionId: Output<String>? = null

Unique ID assigned to a version of the schema. Either this or the schema_id has to be provided.

Link copied to clipboard

Version number of the schema.

Functions

Link copied to clipboard
open override fun toJava(): CatalogTableStorageDescriptorSchemaReferenceArgs