budgets_update_notification {paws.cost.management}R Documentation

Updates a notification

Description

Updates a notification.

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

Usage

budgets_update_notification(
  AccountId,
  BudgetName,
  OldNotification,
  NewNotification
)

Arguments

AccountId

[required] The accountId that is associated with the budget whose notification you want to update.

BudgetName

[required] The name of the budget whose notification you want to update.

OldNotification

[required] The previous notification that is associated with a budget.

NewNotification

[required] The updated notification to be associated with a budget.


[Package paws.cost.management version 0.6.1 Index]