Metric Alarm Metric Query Metric Args
data class MetricAlarmMetricQueryMetricArgs(val dimensions: Output<Map<String, String>>? = null, val metricName: Output<String>, val namespace: Output<String>? = null, val period: Output<Int>, val stat: Output<String>, val unit: Output<String>? = null) : ConvertibleToJava<MetricAlarmMetricQueryMetricArgs>
Constructors
Properties
Link copied to clipboard
The dimensions for this metric. For the list of available dimensions see the AWS documentation here.
Link copied to clipboard
The name for this metric. See docs for supported metrics.
Link copied to clipboard
The namespace for this metric. See docs for the list of namespaces. See docs for supported metrics.
Link copied to clipboard
The statistic to apply to this metric. See docs for supported statistics.