Budget Resource Group Notification Args
data class BudgetResourceGroupNotificationArgs(val contactEmails: Output<List<String>>? = null, val contactGroups: Output<List<String>>? = null, val contactRoles: Output<List<String>>? = null, val enabled: Output<Boolean>? = null, val operator: Output<String>, val threshold: Output<Int>, val thresholdType: Output<String>? = null) : ConvertibleToJava<BudgetResourceGroupNotificationArgs>
Properties
Link copied to clipboard
Specifies a list of email addresses to send the budget notification to when the threshold is exceeded.
Link copied to clipboard
Specifies a list of Action Group IDs to send the budget notification to when the threshold is exceeded.
Link copied to clipboard
Specifies a list of contact roles to send the budget notification to when the threshold is exceeded.
Link copied to clipboard
The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are Actual
and Forecasted
. Default is Actual
.