BudgetArgs

constructor(accountId: Output<String>? = null, autoAdjustData: Output<BudgetAutoAdjustDataArgs>? = null, budgetType: Output<String>? = null, costFilterLegacy: Output<Map<String, String>>? = null, costFilters: Output<List<BudgetCostFilterArgs>>? = null, costTypes: Output<BudgetCostTypesArgs>? = null, limitAmount: Output<String>? = null, limitUnit: Output<String>? = null, name: Output<String>? = null, namePrefix: Output<String>? = null, notifications: Output<List<BudgetNotificationArgs>>? = null, plannedLimits: Output<List<BudgetPlannedLimitArgs>>? = null, timePeriodEnd: Output<String>? = null, timePeriodStart: Output<String>? = null, timeUnit: Output<String>? = null)