DomainClusterConfigArgs

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)