Metastore Service Scaling Config Autoscaling Config Args
data class MetastoreServiceScalingConfigAutoscalingConfigArgs(val autoscalingEnabled: Output<Boolean>? = null, val limitConfig: Output<MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs>? = null) : ConvertibleToJava<MetastoreServiceScalingConfigAutoscalingConfigArgs>
Constructors
Link copied to clipboard
constructor(autoscalingEnabled: Output<Boolean>? = null, limitConfig: Output<MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs>? = null)