budgets_create_notification {paws.cost.management}R Documentation

Creates a notification

Description

Creates a notification. You must create the budget before you create the associated notification.

See https://www.paws-r-sdk.com/docs/budgets_create_notification/ for full documentation.

Usage

budgets_create_notification(AccountId, BudgetName, Notification, Subscribers)

Arguments

AccountId

[required] The accountId that is associated with the budget that you want to create a notification for.

BudgetName

[required] The name of the budget that you want Amazon Web Services to notify you about. Budget names must be unique within an account.

Notification

[required] The notification that you want to create.

Subscribers

[required] 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.


[Package paws.cost.management version 0.6.1 Index]