metrics

@JvmName(name = "dqpcasjgewpubavl")
suspend fun metrics(value: Output<List<AlarmMetricDataQueryArgs>>)
@JvmName(name = "hsxtmysjmxrkdlvb")
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 = "blosagbhecnplcgv")
suspend fun metrics(vararg values: Output<AlarmMetricDataQueryArgs>)


@JvmName(name = "lpxgukrbbmpecfvw")
suspend fun metrics(values: List<Output<AlarmMetricDataQueryArgs>>)
@JvmName(name = "fspealtcnvxdjbkd")
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 = "velubfhhcqxhayvg")
suspend fun metrics(argument: List<suspend AlarmMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "pewqoncvowypqtpi")
suspend fun metrics(vararg argument: suspend AlarmMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "pocbxavaseviqyyv")
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`.