Workflow Template Placement Managed Cluster Config Software Config Args
data class WorkflowTemplatePlacementManagedClusterConfigSoftwareConfigArgs(val imageVersion: Output<String>? = null, val optionalComponents: Output<List<String>>? = null, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<WorkflowTemplatePlacementManagedClusterConfigSoftwareConfigArgs>
Constructors
Properties
Link copied to clipboard
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
The set of components to activate on the cluster.
Link copied to clipboard
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: