SparkPoolSparkConfigArgs

data class SparkPoolSparkConfigArgs(val content: Output<String>, val filename: Output<String>) : ConvertibleToJava<SparkPoolSparkConfigArgs>

Constructors

Link copied to clipboard
constructor(content: Output<String>, filename: Output<String>)

Properties

Link copied to clipboard
val content: Output<String>

The contents of a spark configuration.

Link copied to clipboard
val filename: Output<String>

The name of the file where the spark configuration content will be stored.

Functions

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