metrics

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


@JvmName(name = "oulcqgiqufixghmc")
suspend fun metrics(values: List<Output<AlarmMetricDataQueryArgs>>)
@JvmName(name = "rbbffamngopnllhq")
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 = "ffakuhtvqgonwxip")
suspend fun metrics(argument: List<suspend AlarmMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "wkoalyultwdslpmr")
suspend fun metrics(vararg argument: suspend AlarmMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "kmkvqdqwpgjiwlps")
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`.