metrics

@JvmName(name = "xnsuphvjiaugmdcs")
suspend fun metrics(value: Output<List<MetricDataQueryArgs>>)
@JvmName(name = "oqvoanhimwrqyyqx")
suspend fun metrics(value: List<MetricDataQueryArgs>?)

Parameters

value

An array that enables you to create an alarm based on the result of a metric math expression. Each item in the array either retrieves a metric or performs a math expression. If you specify the `Metrics` parameter, you cannot specify `MetricName`, `Dimensions`, `Period`, `Namespace`, `Statistic`, `ExtendedStatistic`, or `Unit`.


@JvmName(name = "stpmtwhufvbxsdbh")
suspend fun metrics(vararg values: Output<MetricDataQueryArgs>)


@JvmName(name = "iaevwhvsoqfecodj")
suspend fun metrics(values: List<Output<MetricDataQueryArgs>>)
@JvmName(name = "nveatxgrdvwwopdd")
suspend fun metrics(vararg values: MetricDataQueryArgs)

Parameters

values

An array that enables you to create an alarm based on the result of a metric math expression. Each item in the array either retrieves a metric or performs a math expression. If you specify the `Metrics` parameter, you cannot specify `MetricName`, `Dimensions`, `Period`, `Namespace`, `Statistic`, `ExtendedStatistic`, or `Unit`.


@JvmName(name = "iqiejlwtpieturww")
suspend fun metrics(argument: List<suspend MetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "ymxurcudgdogvojq")
suspend fun metrics(vararg argument: suspend MetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "hpqdfyijdutvmxqt")
suspend fun metrics(argument: suspend MetricDataQueryArgsBuilder.() -> Unit)

Parameters

argument

An array that enables you to create an alarm based on the result of a metric math expression. Each item in the array either retrieves a metric or performs a math expression. If you specify the `Metrics` parameter, you cannot specify `MetricName`, `Dimensions`, `Period`, `Namespace`, `Statistic`, `ExtendedStatistic`, or `Unit`.