metrics

@JvmName(name = "oawhpvedsrleppud")
suspend fun metrics(value: Output<List<AlarmMetricDataQueryArgs>>)
@JvmName(name = "kidngpqcwrvqkbyi")
suspend fun metrics(value: List<AlarmMetricDataQueryArgs>?)

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 = "lmovmugwnlnyesks")
suspend fun metrics(vararg values: Output<AlarmMetricDataQueryArgs>)


@JvmName(name = "mmobjqwsaymxxmnt")
suspend fun metrics(values: List<Output<AlarmMetricDataQueryArgs>>)
@JvmName(name = "aynogvftjwsmnitg")
suspend fun metrics(vararg values: AlarmMetricDataQueryArgs)

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 = "ntsawmwjtuwybpbq")
suspend fun metrics(argument: List<suspend AlarmMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "ueoqwhhrouwmqwgq")
suspend fun metrics(vararg argument: suspend AlarmMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "wltqwfhwiiahcesa")
suspend fun metrics(argument: suspend AlarmMetricDataQueryArgsBuilder.() -> 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`.