AlertRuleAnomalyDuplicateThresholdObservationArgs

data class AlertRuleAnomalyDuplicateThresholdObservationArgs(val description: Output<String>? = null, val max: Output<String>? = null, val min: Output<String>? = null, val name: Output<String>, val value: Output<String>) : ConvertibleToJava<AlertRuleAnomalyDuplicateThresholdObservationArgs>

Constructors

constructor(description: Output<String>? = null, max: Output<String>? = null, min: Output<String>? = null, name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the threshold observation.

Link copied to clipboard
val max: Output<String>? = null

The max value of the threshold observation.

Link copied to clipboard
val min: Output<String>? = null

The min value of the threshold observation.

Link copied to clipboard
val name: Output<String>

The name of the threshold observation.

Link copied to clipboard
val value: Output<String>

The value of the threshold observation.

Functions

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