ScalingPolicyTargetTrackingMetricDimension

data class ScalingPolicyTargetTrackingMetricDimension(val name: String? = null, val value: String? = null)

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

Constructors

constructor(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the dimension.

Link copied to clipboard
val value: String? = null

The value of the dimension.