metricStat

@JvmName(name = "wosrmrgbhhbteppt")
suspend fun metricStat(value: Output<ServiceLevelObjectiveMetricStatArgs>)
@JvmName(name = "qimegqkkjifwhird")
suspend fun metricStat(value: ServiceLevelObjectiveMetricStatArgs?)

Parameters

value

A metric to be used directly for the SLO, or to be used in the math expression that will be used for the SLO. Within one MetricDataQuery, you must specify either Expression or MetricStat but not both.


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

Parameters

argument

A metric to be used directly for the SLO, or to be used in the math expression that will be used for the SLO. Within one MetricDataQuery, you must specify either Expression or MetricStat but not both.