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.

Constructors

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

Functions

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

Properties

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

The dimensions for the metric.

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

The name of the metric.

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

The namespace of the metric.