Class ClusterClusterConfigSoftwareConfigArgs
Inherited Members
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 SourceClusterClusterConfigSoftwareConfigArgs()
Declaration
public ClusterClusterConfigSoftwareConfigArgs()
Properties
View SourceImageVersion
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> |
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> |
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> |
Properties
Declaration
public InputMap<object> Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |