Show / Hide Table of Contents

Class ClusterClusterConfigSoftwareConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClusterConfigSoftwareConfigArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dataproc.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigSoftwareConfigArgs : ResourceArgs

Constructors

View Source

ClusterClusterConfigSoftwareConfigArgs()

Declaration
public ClusterClusterConfigSoftwareConfigArgs()

Properties

View Source

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

Declaration
public Input<string> ImageVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OptionalComponents

The set of optional components to activate on the cluster. Accepted values are:

  • ANACONDA
  • DRUID
  • HBASE
  • HIVE_WEBHCAT
  • JUPYTER
  • KERBEROS
  • PRESTO
  • RANGER
  • SOLR
  • ZEPPELIN
  • ZOOKEEPER
Declaration
public InputList<string> OptionalComponents { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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

Declaration
public InputMap<string> OverrideProperties { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Properties

Declaration
public InputMap<object> Properties { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.