ScalingPolicyPredictiveScalingPredefinedScalingMetricArgs

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

Describes a scaling metric for a predictive scaling policy. When returned in the output of `DescribePolicies`, it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair.

Constructors

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

Properties

Link copied to clipboard

The metric type.

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

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

Functions

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