ScalingPolicyPredictiveScalingMetricArgs

data class ScalingPolicyPredictiveScalingMetricArgs(val dimensions: Output<List<ScalingPolicyPredictiveScalingMetricDimensionArgs>>? = null, val metricName: Output<String>? = null, val namespace: Output<String>? = null) : ConvertibleToJava<ScalingPolicyPredictiveScalingMetricArgs>

Describes the scaling metric.

Constructors

Link copied to clipboard
constructor(dimensions: Output<List<ScalingPolicyPredictiveScalingMetricDimensionArgs>>? = null, metricName: Output<String>? = null, namespace: Output<String>? = null)

Properties

Link copied to clipboard

Describes the dimensions of the metric.

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

The name of the metric.

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

The namespace of the metric.

Functions

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