BudgetActionActionThresholdArgs

data class BudgetActionActionThresholdArgs(val actionThresholdType: Output<String>, val actionThresholdValue: Output<Double>) : ConvertibleToJava<BudgetActionActionThresholdArgs>

Constructors

Link copied to clipboard
constructor(actionThresholdType: Output<String>, actionThresholdValue: Output<Double>)

Properties

Link copied to clipboard

The type of threshold for a notification. Valid values are PERCENTAGE or ABSOLUTE_VALUE.

Link copied to clipboard

The threshold of a notification.

Functions

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