LibraryRequirementsArgs

data class LibraryRequirementsArgs(val content: Output<String>? = null, val filename: Output<String>? = null) : ConvertibleToJava<LibraryRequirementsArgs>

Library requirements for a Big Data pool powered by Apache Spark

Constructors

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

Properties

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

The library requirements.

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

The filename of the library requirements file.

Functions

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