Get Instance Autoscaling Config Autoscaling Limit
data class GetInstanceAutoscalingConfigAutoscalingLimit(val maxNodes: Int, val maxProcessingUnits: Int, val minNodes: Int, val minProcessingUnits: Int)
Properties
Link copied to clipboard
Specifies maximum number of processing units allocated to the instance. If set, this number should be multiples of 1000 and be greater than or equal to min_processing_units.
Link copied to clipboard
Specifies minimum number of processing units allocated to the instance. If set, this number should be multiples of 1000.