OneLakeDatastoreArgs

data class OneLakeDatastoreArgs(val artifact: Output<LakeHouseArtifactArgs>, val credentials: Output<Any>, val datastoreType: Output<String>, val description: Output<String>? = null, val endpoint: Output<String>? = null, val oneLakeWorkspaceName: Output<String>, val properties: Output<Map<String, String>>? = null, val serviceDataAccessAuthIdentity: Output<Either<String, ServiceDataAccessAuthIdentity>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<OneLakeDatastoreArgs>

OneLake (Trident) datastore configuration.

Constructors

Link copied to clipboard
constructor(artifact: Output<LakeHouseArtifactArgs>, credentials: Output<Any>, datastoreType: Output<String>, description: Output<String>? = null, endpoint: Output<String>? = null, oneLakeWorkspaceName: Output<String>, properties: Output<Map<String, String>>? = null, serviceDataAccessAuthIdentity: Output<Either<String, ServiceDataAccessAuthIdentity>>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard

Required OneLake artifact backing the datastore.

Link copied to clipboard
val credentials: Output<Any>

Required Account credentials.

Link copied to clipboard
val datastoreType: Output<String>

Enum to determine the datastore contents type. Expected value is 'OneLake'.

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

The asset description text.

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

OneLake endpoint to use for the datastore.

Link copied to clipboard

Required OneLake workspace name.

Link copied to clipboard
val properties: Output<Map<String, String>>? = null

The asset property dictionary.

Link copied to clipboard

Indicates which identity to use to authenticate service data access to customer's storage.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Tag dictionary. Tags can be added, removed, and updated.

Functions

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