AlarmDimension

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

Dimension is an embedded property of the `AWS::CloudWatch::Alarm` type. Dimensions are name/value pairs that can be associated with a CW metric. You can specify a maximum of 10 dimensions for a given metric.

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, from 1–255 characters in length. This dimension name must have been included when the metric was published.

Link copied to clipboard

The value for the dimension, from 1–255 characters in length.