ScalingPlanScalingInstructionCustomizedLoadMetricSpecification

data class ScalingPlanScalingInstructionCustomizedLoadMetricSpecification(val dimensions: Map<String, String>? = null, val metricName: String, val namespace: String, val statistic: String, val unit: String? = null)

Constructors

constructor(dimensions: Map<String, String>? = null, metricName: String, namespace: String, statistic: String, unit: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dimensions: Map<String, String>? = null

Dimensions of the metric.

Link copied to clipboard

Name of the metric.

Link copied to clipboard

Namespace of the metric.

Link copied to clipboard

Statistic of the metric. Currently, the value must always be Sum.

Link copied to clipboard
val unit: String? = null

Unit of the metric.