metrics

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


@JvmName(name = "khvdkkcdbddhybyx")
suspend fun metrics(values: List<Output<MetricDataQueryArgs>>)
@JvmName(name = "hobnysdtuinbrrvg")
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 = "growmljvppkfrhlx")
suspend fun metrics(argument: List<suspend MetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "gahwebgnqsethwcn")
suspend fun metrics(vararg argument: suspend MetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "tneilblunwldnpgu")
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`.