autoscaleSettings

@JvmName(name = "gxwgqxjyotdjoatl")
suspend fun autoscaleSettings(value: Output<MongoDatabaseAutoscaleSettingsArgs>)
@JvmName(name = "vnsyifohmxtkhwsq")
suspend fun autoscaleSettings(value: MongoDatabaseAutoscaleSettingsArgs?)

Parameters

value

An autoscale_settings block as defined below. This must be set upon database creation otherwise it cannot be updated without a manual destroy-apply.

Note: Switching between autoscale and manual throughput is not supported via this provider and must be completed via the Azure Portal and refreshed.


@JvmName(name = "phurjonfilygbcia")
suspend fun autoscaleSettings(argument: suspend MongoDatabaseAutoscaleSettingsArgsBuilder.() -> Unit)

Parameters

argument

An autoscale_settings block as defined below. This must be set upon database creation otherwise it cannot be updated without a manual destroy-apply.

Note: Switching between autoscale and manual throughput is not supported via this provider and must be completed via the Azure Portal and refreshed.