budgets_update_budget {paws.cost.management} | R Documentation |
Updates a budget
Description
Updates a budget. You can change every part of a budget except for the budgetName
and the calculatedSpend
. When you modify a budget, the calculatedSpend
drops to zero until Amazon Web Services has new usage data to use for forecasting.
See https://www.paws-r-sdk.com/docs/budgets_update_budget/ for full documentation.
Usage
budgets_update_budget(AccountId, NewBudget)
Arguments
AccountId |
[required] The |
NewBudget |
[required] The budget that you want to update your budget to. |
[Package paws.cost.management version 0.9.0 Index]