metricThresholds

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "mkyxdckiiegtworp")
suspend fun metricThresholds(argument: List<suspend CustomMetricThresholdArgsBuilder.() -> Unit>)
@JvmName(name = "tibxxeipwpklqkmm")
suspend fun metricThresholds(vararg argument: suspend CustomMetricThresholdArgsBuilder.() -> Unit)
@JvmName(name = "kyauyqdyngwwgrjs")
suspend fun metricThresholds(argument: suspend CustomMetricThresholdArgsBuilder.() -> Unit)

Parameters

argument

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