View source: R/budgets_operations.R
budgets_create_budget | R Documentation |
Creates a budget and, if included, notifications and subscribers.
See https://www.paws-r-sdk.com/docs/budgets_create_budget/ for full documentation.
budgets_create_budget(
AccountId,
Budget,
NotificationsWithSubscribers = NULL,
ResourceTags = NULL
)
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 |
ResourceTags |
An optional list of tags to associate with the specified budget. Each tag consists of a key and a value, and each key must be unique for the resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.