BudgetActionActionThresholdArgs

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

Constructors

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

Functions

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

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.