DefaultCatalogPropertiesArgs

data class DefaultCatalogPropertiesArgs(val initialName: Output<String>? = null, val initialType: Output<Either<String, InitialType>>? = null) : ConvertibleToJava<DefaultCatalogPropertiesArgs>

These properties lets user specify default catalog properties during workspace creation.

Constructors

Link copied to clipboard
constructor(initialName: Output<String>? = null, initialType: Output<Either<String, InitialType>>? = null)

Properties

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

Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.

Link copied to clipboard
val initialType: Output<Either<String, InitialType>>? = null

Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog

Functions

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