metricStat

@JvmName(name = "pfcvcqgpaxlofimm")
suspend fun metricStat(value: Output<MetricStatArgs>)
@JvmName(name = "ifopropermwyuhds")
suspend fun metricStat(value: MetricStatArgs?)

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. This structure defines the metric to be returned, along with the statistics, period, and units. `MetricStat` is a property of the MetricDataQuery property type.


@JvmName(name = "syrdwcyihppatqri")
suspend fun metricStat(argument: suspend MetricStatArgsBuilder.() -> 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. This structure defines the metric to be returned, along with the statistics, period, and units. `MetricStat` is a property of the MetricDataQuery property type.