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.