autoscaleSettings

@JvmName(name = "bwpjyevvxklxsjwg")
suspend fun autoscaleSettings(value: Output<GremlinDatabaseAutoscaleSettingsArgs>)
@JvmName(name = "jiwilfnhyyrvodhx")
suspend fun autoscaleSettings(value: GremlinDatabaseAutoscaleSettingsArgs?)

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 = "rsfqqyffdhawvjqs")
suspend fun autoscaleSettings(argument: suspend GremlinDatabaseAutoscaleSettingsArgsBuilder.() -> 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.