Metastore Service Scaling Config Autoscaling Config Args
data class MetastoreServiceScalingConfigAutoscalingConfigArgs(val autoscalingEnabled: Output<Boolean>? = null, val autoscalingFactor: Output<Double>? = null, val limitConfig: Output<MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs>? = null) : ConvertibleToJava<MetastoreServiceScalingConfigAutoscalingConfigArgs>
Constructors
Link copied to clipboard
constructor(autoscalingEnabled: Output<Boolean>? = null, autoscalingFactor: Output<Double>? = null, limitConfig: Output<MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs>? = null)
Properties
Link copied to clipboard
Defines whether autoscaling is enabled. The default value is false.
Link copied to clipboard
(Output) Output only. The scaling factor of a service with autoscaling enabled.
Link copied to clipboard
Represents the limit configuration of a metastore service. Structure is documented below.