SparkConfigPropertiesArgs

data class SparkConfigPropertiesArgs(val configurationType: Output<Either<String, ConfigurationType>>? = null, val content: Output<String>? = null, val filename: Output<String>? = null) : ConvertibleToJava<SparkConfigPropertiesArgs>

SparkConfig Properties for a Big Data pool powered by Apache Spark

Constructors

Link copied to clipboard
constructor(configurationType: Output<Either<String, ConfigurationType>>? = null, content: Output<String>? = null, filename: Output<String>? = null)

Properties

Link copied to clipboard
val configurationType: Output<Either<String, ConfigurationType>>? = null

The type of the spark config properties file.

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

The spark config properties.

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

The filename of the spark config properties file.

Functions

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