budgets_create_budget {paws.cost.management} | R Documentation |
Creates a budget and, if included, notifications and subscribers
Description
Creates a budget and, if included, notifications and subscribers.
See https://www.paws-r-sdk.com/docs/budgets_create_budget/ for full documentation.
Usage
budgets_create_budget(AccountId, Budget, NotificationsWithSubscribers = NULL)
Arguments
AccountId |
[required] The |
Budget |
[required] The budget object that you want to create. |
NotificationsWithSubscribers |
A notification that you want to associate with a budget. A budget can
have up to five notifications, and each notification can have one SNS
subscriber and up to 10 email subscribers. If you include notifications
and subscribers in your |
[Package paws.cost.management version 0.6.1 Index]