com.pulumi.gcp.dataproc.kotlin.inputs.ClusterClusterConfigSoftwareConfigArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.dataproc.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.dataproc.inputs.ClusterClusterConfigSoftwareConfigArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Any
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property imageVersion The Cloud Dataproc image version to use
* for the cluster - this controls the sets of software versions
* installed onto the nodes when you create clusters. If not specified, defaults to the
* latest version. For a list of valid versions see
* [Cloud Dataproc versions](https://cloud.google.com/dataproc/docs/concepts/dataproc-versions)
* @property optionalComponents The set of optional components to activate on the cluster. See [Available Optional Components](https://cloud.google.com/dataproc/docs/concepts/components/overview#available_optional_components).
* - - -
* @property overrideProperties A list of override and additional properties (key/value pairs)
* used to modify various aspects of the common configuration files used when creating
* a cluster. For a list of valid properties please see
* [Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties)
* @property properties A list of the properties used to set the daemon config files.
* This will include any values supplied by the user via `cluster_config.software_config.override_properties`
*/
public data class ClusterClusterConfigSoftwareConfigArgs(
public val imageVersion: Output? = null,
public val optionalComponents: Output>? = null,
public val overrideProperties: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy