AlarmMetricArgs

data class AlarmMetricArgs(val dimensions: Output<List<AlarmDimensionArgs>>? = null, val metricName: Output<String>? = null, val namespace: Output<String>? = null) : ConvertibleToJava<AlarmMetricArgs>

The `Metric` property type represents a specific metric. `Metric` is a property of the MetricStat property type.

Constructors

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

Properties

Link copied to clipboard
val dimensions: Output<List<AlarmDimensionArgs>>? = null

The metric dimensions that you want to be used for the metric that the alarm will watch.

Link copied to clipboard
val metricName: Output<String>? = null

The name of the metric that you want the alarm to watch. This is a required field.

Link copied to clipboard
val namespace: Output<String>? = null

The namespace of the metric that the alarm will watch.

Functions

Link copied to clipboard
open override fun toJava(): AlarmMetricArgs