Values.CreateBudgetRequestSourceRequest of CreateBudget
type nonrec t = {accountId : AccountId.t;The accountId that is associated with the budget.
*)budget : Budget.t;The budget object that you want to create.
*)notificationsWithSubscribers : NotificationWithSubscribersList.t option;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 CreateBudget call, Amazon Web Services creates the notifications and subscribers for you.
*)resourceTags : ResourceTagList.t option;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.
*)}val make :
?notificationsWithSubscribers:??? ->
?resourceTags:??? ->
accountId:AccountId.t ->
budget:Budget.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of SubscriberAddress.t ])
list ]
list
| `String of ResourceTagKey.t
| `Structure of
(string
* [> `Double of NotificationThreshold.t
| `Enum of string ])
list ])
list ]
list
| `String of AccountId.t
| `Structure of (string * Awso.Botodata.value) list ])
list ]