Notification Args
data class NotificationArgs(val contactEmails: Output<List<String>>, val contactGroups: Output<List<String>>? = null, val contactRoles: Output<List<String>>? = null, val enabled: Output<Boolean>, val locale: Output<Either<String, CultureCode>>? = null, val operator: Output<Either<String, OperatorType>>, val threshold: Output<Double>, val thresholdType: Output<Either<String, ThresholdType>>? = null) : ConvertibleToJava<NotificationArgs>
The notification associated with a budget.
Constructors
Link copied to clipboard
fun NotificationArgs(contactEmails: Output<List<String>>, contactGroups: Output<List<String>>? = null, contactRoles: Output<List<String>>? = null, enabled: Output<Boolean>, locale: Output<Either<String, CultureCode>>? = null, operator: Output<Either<String, OperatorType>>, threshold: Output<Double>, thresholdType: Output<Either<String, ThresholdType>>? = null)