ClusterConfig constructor
ClusterConfig({
- ColdStorageOptions? coldStorageOptions,
- int? dedicatedMasterCount,
- bool? dedicatedMasterEnabled,
- OpenSearchPartitionInstanceType? dedicatedMasterType,
- int? instanceCount,
- OpenSearchPartitionInstanceType? instanceType,
- int? warmCount,
- bool? warmEnabled,
- OpenSearchWarmPartitionInstanceType? warmType,
- ZoneAwarenessConfig? zoneAwarenessConfig,
- bool? zoneAwarenessEnabled,
Implementation
ClusterConfig({
this.coldStorageOptions,
this.dedicatedMasterCount,
this.dedicatedMasterEnabled,
this.dedicatedMasterType,
this.instanceCount,
this.instanceType,
this.warmCount,
this.warmEnabled,
this.warmType,
this.zoneAwarenessConfig,
this.zoneAwarenessEnabled,
});