Values.CreateNotificationRequestSourceRequest of CreateNotification
type nonrec t = {accountId : AccountId.t;The accountId that is associated with the budget that you want to create a notification for.
*)budgetName : BudgetName.t;The name of the budget that you want Amazon Web Services to notify you about. Budget names must be unique within an account.
*)notification : Notification.t;The notification that you want to create.
*)subscribers : Subscribers.t;A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.
*)}val make :
accountId:AccountId.t ->
budgetName:BudgetName.t ->
notification:Notification.t ->
subscribers:Subscribers.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of SubscriberAddress.t ])
list ]
list
| `String of AccountId.t
| `Structure of
(string * [> `Double of NotificationThreshold.t | `Enum of string ])
list ])
list ]