MetastoreServiceScalingConfigAutoscalingConfigArgs

data class MetastoreServiceScalingConfigAutoscalingConfigArgs(val autoscalingEnabled: Output<Boolean>? = null, val limitConfig: Output<MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs>? = null) : ConvertibleToJava<MetastoreServiceScalingConfigAutoscalingConfigArgs>

Constructors

constructor(autoscalingEnabled: Output<Boolean>? = null, limitConfig: Output<MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs>? = null)

Properties

Link copied to clipboard
val autoscalingEnabled: Output<Boolean>? = null

Defines whether autoscaling is enabled. The default value is false.

Link copied to clipboard

Represents the limit configuration of a metastore service. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): MetastoreServiceScalingConfigAutoscalingConfigArgs