MonitoringThresholdArgs

data class MonitoringThresholdArgs(val value: Output<Double>? = null) : ConvertibleToJava<MonitoringThresholdArgs>

Constructors

Link copied to clipboard
constructor(value: Output<Double>? = null)

Properties

Link copied to clipboard
val value: Output<Double>? = null

The threshold value. If null, the set default is dependent on the metric type.

Functions

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