Class GetMainVersionsMainVersionResult
Inheritance
System.Object
GetMainVersionsMainVersionResult
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.AliCloud.Emr.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetMainVersionsMainVersionResult
Fields
View SourceClusterTypes
A list of cluster types the emr cluster supported. Possible values: HADOOP, ZOOKEEPER, KAFKA, DRUID.
Declaration
public readonly ImmutableArray<string> ClusterTypes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
EmrVersion
The version of the emr cluster instance. Possible values: EMR-4.0.0, EMR-3.23.0, EMR-3.22.0.
Declaration
public readonly string EmrVersion
Field Value
| Type | Description |
|---|---|
| System.String |
ImageId
The image id of the emr cluster instance.
Declaration
public readonly string ImageId
Field Value
| Type | Description |
|---|---|
| System.String |