WorkflowTemplatePlacementManagedClusterConfigSoftwareConfigArgs

data class WorkflowTemplatePlacementManagedClusterConfigSoftwareConfigArgs(val imageVersion: Output<String>? = null, val optionalComponents: Output<List<String>>? = null, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<WorkflowTemplatePlacementManagedClusterConfigSoftwareConfigArgs>

Constructors

constructor(imageVersion: Output<String>? = null, optionalComponents: Output<List<String>>? = null, properties: Output<Map<String, String>>? = null)

Properties

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

The version of software inside the cluster. It must be one of the supported Dataproc Versions, such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version. If unspecified, it defaults to the latest Debian version.

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

The set of components to activate on the cluster.

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

The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings:

Functions

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