metrics

@JvmName(name = "avadqfhgfnowqmft")
suspend fun metrics(value: Output<List<MetricDataQueryArgs>>)
@JvmName(name = "fcnosjoreaxverly")
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 = "nusyeohycgiwwbut")
suspend fun metrics(vararg values: Output<MetricDataQueryArgs>)


@JvmName(name = "rnpchukfaytltjcl")
suspend fun metrics(values: List<Output<MetricDataQueryArgs>>)
@JvmName(name = "biqymkssbgqvvoeo")
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 = "htlgdlkyijytjdte")
suspend fun metrics(argument: List<suspend MetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "wayabavtpybobdee")
suspend fun metrics(vararg argument: suspend MetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "wgxpjuucmadghtxg")
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`.