+
+ *
+ {databaseIdLabel}
+ {databaseIdTooltipText}
+
+
+
+
+
+ setDatabaseCreateNewShared(!databaseCreateNewShared)}
+ />
+ {databaseLevelThroughputTooltipText}
+
+ {databaseCreateNewShared && (
+
+
setThroughput(throughput)}
+ setIsAutoscale={(isAutoscale: boolean) => setIsAutoPilotSelected(isAutoscale)}
+ onCostAcknowledgeChange={(isAcknowledged: boolean) => setThroughputSpendAck(isAcknowledged)}
+ />
+
+ {canRequestSupport && (
+
+
+ Contact support{" "}
+
+ for more than {maxThroughputRUText} RU/s.
+
+ )}
+
+ )}
+