Class WorkflowTemplatePlacementManagedClusterConfigSoftwareConfigArgs


  • public final class WorkflowTemplatePlacementManagedClusterConfigSoftwareConfigArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • imageVersion

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> imageVersion()
        Returns:
        The version of software inside the cluster. It must be one of the supported [Dataproc Versions](https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the ["preview" version](https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
      • optionalComponents

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> optionalComponents()
        Returns:
        The set of components to activate on the cluster.
      • properties

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> properties()
        Returns:
        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: * capacity-scheduler: `capacity-scheduler.xml` * core: `core-site.xml` * distcp: `distcp-default.xml` * hdfs: `hdfs-site.xml` * hive: `hive-site.xml` * mapred: `mapred-site.xml` * pig: `pig.properties` * spark: `spark-defaults.conf` * yarn: `yarn-site.xml` For more information, see [Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties).