CatalogTableStorageDescriptorSchemaReferenceSchemaIdArgs

data class CatalogTableStorageDescriptorSchemaReferenceSchemaIdArgs(val registryName: Output<String>? = null, val schemaArn: Output<String>? = null, val schemaName: Output<String>? = null) : ConvertibleToJava<CatalogTableStorageDescriptorSchemaReferenceSchemaIdArgs>

Constructors

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

Properties

Link copied to clipboard
val registryName: Output<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: Output<String>? = null

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

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

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

Functions

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