DatabaseOpensearchConfigArgs

constructor(actionAutoCreateIndexEnabled: Output<Boolean>? = null, actionDestructiveRequiresName: Output<Boolean>? = null, clusterId: Output<String>? = null, clusterMaxShardsPerNode: Output<Int>? = null, clusterRoutingAllocationNodeConcurrentRecoveries: Output<Int>? = null, enableSecurityAudit: Output<Boolean>? = null, httpMaxContentLengthBytes: Output<Int>? = null, httpMaxHeaderSizeBytes: Output<Int>? = null, httpMaxInitialLineLengthBytes: Output<Int>? = null, indicesFielddataCacheSizePercentage: Output<Int>? = null, indicesMemoryIndexBufferSizePercentage: Output<Int>? = null, indicesMemoryMaxIndexBufferSizeMb: Output<Int>? = null, indicesMemoryMinIndexBufferSizeMb: Output<Int>? = null, indicesQueriesCacheSizePercentage: Output<Int>? = null, indicesQueryBoolMaxClauseCount: Output<Int>? = null, indicesRecoveryMaxConcurrentFileChunks: Output<Int>? = null, indicesRecoveryMaxMbPerSec: Output<Int>? = null, ismEnabled: Output<Boolean>? = null, ismHistoryEnabled: Output<Boolean>? = null, ismHistoryMaxAgeHours: Output<Int>? = null, ismHistoryMaxDocs: Output<Int>? = null, ismHistoryRolloverCheckPeriodHours: Output<Int>? = null, ismHistoryRolloverRetentionPeriodDays: Output<Int>? = null, overrideMainResponseVersion: Output<Boolean>? = null, pluginsAlertingFilterByBackendRolesEnabled: Output<Boolean>? = null, reindexRemoteWhitelists: Output<List<String>>? = null, scriptMaxCompilationsRate: Output<String>? = null, searchMaxBuckets: Output<Int>? = null, threadPoolAnalyzeQueueSize: Output<Int>? = null, threadPoolAnalyzeSize: Output<Int>? = null, threadPoolForceMergeSize: Output<Int>? = null, threadPoolGetQueueSize: Output<Int>? = null, threadPoolGetSize: Output<Int>? = null, threadPoolSearchQueueSize: Output<Int>? = null, threadPoolSearchSize: Output<Int>? = null, threadPoolSearchThrottledQueueSize: Output<Int>? = null, threadPoolSearchThrottledSize: Output<Int>? = null, threadPoolWriteQueueSize: Output<Int>? = null, threadPoolWriteSize: Output<Int>? = null)