ScalingPolicyMetricDimension

data class ScalingPolicyMetricDimension(val name: String, val value: String)

`MetricDimension` specifies a name/value pair that is part of the identity of a CloudWatch metric for the `Dimensions` property of the AWS::ApplicationAutoScaling::ScalingPolicy CustomizedMetricSpecification property type. Duplicate dimensions are not allowed.

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the dimension.

Link copied to clipboard

The value of the dimension.