Average Partition Load Scaling Trigger Args
data class AveragePartitionLoadScalingTriggerArgs(val kind: Output<String>, val lowerLoadThreshold: Output<Double>, val metricName: Output<String>, val scaleInterval: Output<String>, val upperLoadThreshold: Output<Double>) : ConvertibleToJava<AveragePartitionLoadScalingTriggerArgs>
Represents a scaling trigger related to an average load of a metric/resource of a partition.
Constructors
Properties
Link copied to clipboard
The lower limit of the load below which a scale in operation should be performed.
Link copied to clipboard
The name of the metric for which usage should be tracked.
Link copied to clipboard
The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
Link copied to clipboard
The upper limit of the load beyond which a scale out operation should be performed.