Spark Config Properties Args
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)