DomainClusterConfig

constructor(coldStorageOptions: DomainClusterConfigColdStorageOptions? = null, dedicatedMasterCount: Int? = null, dedicatedMasterEnabled: Boolean? = null, dedicatedMasterType: String? = null, instanceCount: Int? = null, instanceType: String? = null, warmCount: Int? = null, warmEnabled: Boolean? = null, warmType: String? = null, zoneAwarenessConfig: DomainClusterConfigZoneAwarenessConfig? = null, zoneAwarenessEnabled: Boolean? = null)