metricThresholds

@JvmName(name = "wqvyjnqyacuoumqt")
suspend fun metricThresholds(value: Output<List<CustomMetricThresholdArgs>>)
@JvmName(name = "kqoiskxuaotulhkr")
suspend fun metricThresholds(value: List<CustomMetricThresholdArgs>)

Parameters

value

Required A list of metrics to calculate and their associated thresholds.


@JvmName(name = "fvynadhsdbonvmhj")
suspend fun metricThresholds(vararg values: Output<CustomMetricThresholdArgs>)


@JvmName(name = "maycqevjuldeapyq")
suspend fun metricThresholds(values: List<Output<CustomMetricThresholdArgs>>)
@JvmName(name = "kbfyyblkaxpmgkya")
suspend fun metricThresholds(vararg values: CustomMetricThresholdArgs)

Parameters

values

Required A list of metrics to calculate and their associated thresholds.


@JvmName(name = "rutcgxyxqjyhmyqr")
suspend fun metricThresholds(argument: List<suspend CustomMetricThresholdArgsBuilder.() -> Unit>)
@JvmName(name = "gdxofejcjtxmqdga")
suspend fun metricThresholds(vararg argument: suspend CustomMetricThresholdArgsBuilder.() -> Unit)
@JvmName(name = "awndjtkatjvqstmi")
suspend fun metricThresholds(argument: suspend CustomMetricThresholdArgsBuilder.() -> Unit)

Parameters

argument

Required A list of metrics to calculate and their associated thresholds.