PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
budgets
**To replace a budget for a Cost and Usage budget** This example replaces a Cost and Usage budget with a new budget. Command:: aws budgets update-budget --account-id 111122223333 --new-budget file://new-budget.json new-budget.json:: { "BudgetLimit": { "Amount": "100", "Unit": "USD" }, "BudgetName": "Example Budget", "BudgetType": "COST", "CostFilters": { "AZ" : [ "us-east-1" ] }, "CostTypes": { "IncludeCredit": false, "IncludeDiscount": true, "IncludeOtherSubscription": true, "IncludeRecurring": true, "IncludeRefund": true, "IncludeSubscription": true, "IncludeSupport": true, "IncludeTax": true, "IncludeUpfront": true, "UseBlended": false, "UseAmortized": true }, "TimePeriod": { "Start": 1477958399, "End": 3706473600 }, "TimeUnit": "MONTHLY" }
[-] describe-subscribers-for-notification.rst
[edit]
[-] delete-subscriber.rst
[edit]
[-] update-budget.rst
[edit]
[+]
..
[-] create-notification.rst
[edit]
[-] describe-notifications-for-budget.rst
[edit]
[-] update-subscriber.rst
[edit]
[-] delete-budget.rst
[edit]
[-] create-subscriber.rst
[edit]
[-] create-budget.rst
[edit]
[-] describe-budgets.rst
[edit]
[-] delete-notification.rst
[edit]
[-] describe-budget.rst
[edit]
[-] update-notification.rst
[edit]