Learn R Programming

paws.cost.management (version 0.8.0)

budgets_create_budget: 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,
  ResourceTags = NULL
)

Arguments

AccountId

[required] The accountId that is associated with the budget.

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 create_budget call, Amazon Web Services creates the notifications and subscribers for you.

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.