Domain Cluster Config Args
data class DomainClusterConfigArgs(val coldStorageOptions: Output<DomainClusterConfigColdStorageOptionsArgs>? = null, val dedicatedMasterCount: Output<Int>? = null, val dedicatedMasterEnabled: Output<Boolean>? = null, val dedicatedMasterType: Output<String>? = null, val instanceCount: Output<Int>? = null, val instanceType: Output<String>? = null, val warmCount: Output<Int>? = null, val warmEnabled: Output<Boolean>? = null, val warmType: Output<String>? = null, val zoneAwarenessConfig: Output<DomainClusterConfigZoneAwarenessConfigArgs>? = null, val zoneAwarenessEnabled: Output<Boolean>? = null) : ConvertibleToJava<DomainClusterConfigArgs>
Constructors
Link copied to clipboard
constructor(coldStorageOptions: Output<DomainClusterConfigColdStorageOptionsArgs>? = null, dedicatedMasterCount: Output<Int>? = null, dedicatedMasterEnabled: Output<Boolean>? = null, dedicatedMasterType: Output<String>? = null, instanceCount: Output<Int>? = null, instanceType: Output<String>? = null, warmCount: Output<Int>? = null, warmEnabled: Output<Boolean>? = null, warmType: Output<String>? = null, zoneAwarenessConfig: Output<DomainClusterConfigZoneAwarenessConfigArgs>? = null, zoneAwarenessEnabled: Output<Boolean>? = null)
Properties
Link copied to clipboard
Configuration block containing cold storage configuration. Detailed below.
Link copied to clipboard
Number of dedicated main nodes in the cluster.
Link copied to clipboard
Whether dedicated main nodes are enabled for the cluster.
Link copied to clipboard
Instance type of the dedicated main nodes in the cluster.
Link copied to clipboard
Number of instances in the cluster.
Link copied to clipboard
Instance type of data nodes in the cluster.
Link copied to clipboard
Whether to enable warm storage.
Link copied to clipboard
Link copied to clipboard
Configuration block containing zone awareness settings. Detailed below.
Link copied to clipboard
Whether zone awareness is enabled, set to true
for multi-az deployment. To enable awareness with three Availability Zones, the availability_zone_count
within the zone_awareness_config
must be set to 3
.