metricStat

@JvmName(name = "ybnthisyoadcdyxl")
suspend fun metricStat(value: Output<AlarmMetricStatArgs>)
@JvmName(name = "jgjcrrvufqlsbsjd")
suspend fun metricStat(value: AlarmMetricStatArgs?)

Parameters

value

The metric to be returned, along with statistics, period, and units. Use this parameter only if this object is retrieving a metric and not performing a math expression on returned data. Within one MetricDataQuery object, you must specify either `Expression` or `MetricStat` but not both.


@JvmName(name = "sumxfrriolqfcpqf")
suspend fun metricStat(argument: suspend AlarmMetricStatArgsBuilder.() -> Unit)

Parameters

argument

The metric to be returned, along with statistics, period, and units. Use this parameter only if this object is retrieving a metric and not performing a math expression on returned data. Within one MetricDataQuery object, you must specify either `Expression` or `MetricStat` but not both.