DomainClusterConfigArgs

constructor(coldStorageOptions: Output<DomainColdStorageOptionsArgs>? = null, dedicatedMasterCount: Output<Int>? = null, dedicatedMasterEnabled: Output<Boolean>? = null, dedicatedMasterType: Output<String>? = null, instanceCount: Output<Int>? = null, instanceType: Output<String>? = null, multiAzWithStandbyEnabled: Output<Boolean>? = null, warmCount: Output<Int>? = null, warmEnabled: Output<Boolean>? = null, warmType: Output<String>? = null, zoneAwarenessConfig: Output<DomainZoneAwarenessConfigArgs>? = null, zoneAwarenessEnabled: Output<Boolean>? = null)