ScalingPolicyPredictiveScalingMetric

data class ScalingPolicyPredictiveScalingMetric(val dimensions: List<ScalingPolicyPredictiveScalingMetricDimension>? = null, val metricName: String? = null, val namespace: String? = null)

Describes the scaling metric.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the dimensions of the metric.

Link copied to clipboard
val metricName: String? = null

The name of the metric.

Link copied to clipboard
val namespace: String? = null

The namespace of the metric.