GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeArgs

data class GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeArgs(val imageVersion: Output<String>, val javaLibraries: Output<List<String>>? = null, val properties: Output<Map<String, String>>? = null, val pythonPackages: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeArgs>

Software Runtime Configuration to run Analyze.

Constructors

fun GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeArgs(imageVersion: Output<String>, javaLibraries: Output<List<String>>? = null, properties: Output<Map<String, String>>? = null, pythonPackages: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val imageVersion: Output<String>

Dataplex Image version.

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

Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar

Link copied to clipboard
val properties: Output<Map<String, String>>? = null

Optional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in prefix:property format. The prefix must be "spark".

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

Optional. A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz