Class GetDomainClusterConfigResult
Inheritance
System.Object
GetDomainClusterConfigResult
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.Aws.ElasticSearch.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetDomainClusterConfigResult
Fields
View SourceDedicatedMasterCount
Number of dedicated master nodes in the cluster.
Declaration
public readonly int DedicatedMasterCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DedicatedMasterEnabled
Indicates whether dedicated master nodes are enabled for the cluster.
Declaration
public readonly bool DedicatedMasterEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
DedicatedMasterType
Instance type of the dedicated master nodes in the cluster.
Declaration
public readonly string DedicatedMasterType
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceCount
Number of instances in the cluster.
Declaration
public readonly int InstanceCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
InstanceType
Instance type of data nodes in the cluster.
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneAwarenessConfigs
Configuration block containing zone awareness settings.
Declaration
public readonly ImmutableArray<GetDomainClusterConfigZoneAwarenessConfigResult> ZoneAwarenessConfigs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetDomainClusterConfigZoneAwarenessConfigResult> |
ZoneAwarenessEnabled
Indicates whether zone awareness is enabled.
Declaration
public readonly bool ZoneAwarenessEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |