ScalingPolicyPredictiveScalingPredefinedMetricPairArgs

data class ScalingPolicyPredictiveScalingPredefinedMetricPairArgs(val predefinedMetricType: Output<String>, val resourceLabel: Output<String>? = null) : ConvertibleToJava<ScalingPolicyPredictiveScalingPredefinedMetricPairArgs>

Represents a metric pair for a predictive scaling policy.

Constructors

constructor(predefinedMetricType: Output<String>, resourceLabel: Output<String>? = null)

Properties

Link copied to clipboard

Indicates which metrics to use. There are two different types of metrics for each metric type: one is a load metric and one is a scaling metric.

Link copied to clipboard
val resourceLabel: Output<String>? = null

A label that uniquely identifies a specific target group from which to determine the total and average request count.

Functions

Link copied to clipboard
open override fun toJava(): ScalingPolicyPredictiveScalingPredefinedMetricPairArgs