Alarm Metric Args
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)