CustomMetricThresholdArgs

data class CustomMetricThresholdArgs(val metric: Output<String>, val threshold: Output<MonitoringThresholdArgs>? = null) : ConvertibleToJava<CustomMetricThresholdArgs>

Constructors

Link copied to clipboard
constructor(metric: Output<String>, threshold: Output<MonitoringThresholdArgs>? = null)

Properties

Link copied to clipboard
val metric: Output<String>

Required The user-defined metric to calculate.

Link copied to clipboard
val threshold: Output<MonitoringThresholdArgs>? = null

The threshold value. If null, a default value will be set depending on the selected metric.

Functions

Link copied to clipboard
open override fun toJava(): CustomMetricThresholdArgs