Spark Profile Args
data class SparkProfileArgs(val defaultStorageUrl: Output<String>? = null, val metastoreSpec: Output<SparkMetastoreSpecArgs>? = null, val userPluginsSpec: Output<SparkUserPluginsArgs>? = null) : ConvertibleToJava<SparkProfileArgs>
The spark cluster profile.
Constructors
Link copied to clipboard
constructor(defaultStorageUrl: Output<String>? = null, metastoreSpec: Output<SparkMetastoreSpecArgs>? = null, userPluginsSpec: Output<SparkUserPluginsArgs>? = null)