Budget Args
constructor(amount: Output<Double>? = null, budgetName: Output<String>? = null, category: Output<Either<String, CategoryType>>? = null, eTag: Output<String>? = null, filter: Output<BudgetFilterArgs>? = null, notifications: Output<Map<String, NotificationArgs>>? = null, scope: Output<String>? = null, timeGrain: Output<Either<String, TimeGrainType>>? = null, timePeriod: Output<BudgetTimePeriodArgs>? = null)