ClusterConfigArgs

constructor(coldStorageOptions: Output<ColdStorageOptionsArgs>? = null, dedicatedMasterCount: Output<Int>? = null, dedicatedMasterEnabled: Output<Boolean>? = null, dedicatedMasterType: Output<OpenSearchPartitionInstanceTypeEnumValueArgs>? = null, instanceCount: Output<Int>? = null, instanceType: Output<OpenSearchPartitionInstanceTypeEnumValueArgs>? = null, multiAZWithStandbyEnabled: Output<Boolean>? = null, warmCount: Output<Int>? = null, warmEnabled: Output<Boolean>? = null, warmType: Output<OpenSearchWarmPartitionInstanceTypeEnumValueArgs>? = null, zoneAwarenessConfig: Output<ZoneAwarenessConfigArgs>? = null, zoneAwarenessEnabled: Output<Boolean>? = null)