LinkedServiceAzureDatabricksNewClusterConfigArgs

data class LinkedServiceAzureDatabricksNewClusterConfigArgs(val clusterVersion: Output<String>, val customTags: Output<Map<String, String>>? = null, val driverNodeType: Output<String>? = null, val initScripts: Output<List<String>>? = null, val logDestination: Output<String>? = null, val maxNumberOfWorkers: Output<Int>? = null, val minNumberOfWorkers: Output<Int>? = null, val nodeType: Output<String>, val sparkConfig: Output<Map<String, String>>? = null, val sparkEnvironmentVariables: Output<Map<String, String>>? = null) : ConvertibleToJava<LinkedServiceAzureDatabricksNewClusterConfigArgs>

Constructors

constructor(clusterVersion: Output<String>, customTags: Output<Map<String, String>>? = null, driverNodeType: Output<String>? = null, initScripts: Output<List<String>>? = null, logDestination: Output<String>? = null, maxNumberOfWorkers: Output<Int>? = null, minNumberOfWorkers: Output<Int>? = null, nodeType: Output<String>, sparkConfig: Output<Map<String, String>>? = null, sparkEnvironmentVariables: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val clusterVersion: Output<String>

Spark version of a the cluster.

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

Tags for the cluster resource.

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

Driver node type for the cluster.

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

User defined initialization scripts for the cluster.

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

Location to deliver Spark driver, worker, and event logs.

Link copied to clipboard
val maxNumberOfWorkers: Output<Int>? = null

Specifies the maximum number of worker nodes. It should be between 1 and 25000.

Link copied to clipboard
val minNumberOfWorkers: Output<Int>? = null

Specifies the minimum number of worker nodes. It should be between 1 and 25000. It defaults to 1.

Link copied to clipboard
val nodeType: Output<String>

Node type for the new cluster.

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

User-specified Spark configuration variables key-value pairs.

Link copied to clipboard

User-specified Spark environment variables key-value pairs.

Functions

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