ThresholdCustomAlertRuleArgs

data class ThresholdCustomAlertRuleArgs(val isEnabled: Output<Boolean>, val maxThreshold: Output<Int>, val minThreshold: Output<Int>, val ruleType: Output<String>) : ConvertibleToJava<ThresholdCustomAlertRuleArgs>

A custom alert rule that checks if a value (depends on the custom alert type) is within the given range.

Constructors

Link copied to clipboard
constructor(isEnabled: Output<Boolean>, maxThreshold: Output<Int>, minThreshold: Output<Int>, ruleType: Output<String>)

Properties

Link copied to clipboard
val isEnabled: Output<Boolean>

Status of the custom alert.

Link copied to clipboard
val maxThreshold: Output<Int>

The maximum threshold.

Link copied to clipboard
val minThreshold: Output<Int>

The minimum threshold.

Link copied to clipboard
val ruleType: Output<String>

The type of the custom alert rule. Expected value is 'ThresholdCustomAlertRule'.

Functions

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