budgets_update_budget_action {paws.cost.management} | R Documentation |
Updates a budget action
Description
Updates a budget action.
See https://www.paws-r-sdk.com/docs/budgets_update_budget_action/ for full documentation.
Usage
budgets_update_budget_action(
AccountId,
BudgetName,
ActionId,
NotificationType = NULL,
ActionThreshold = NULL,
Definition = NULL,
ExecutionRoleArn = NULL,
ApprovalModel = NULL,
Subscribers = NULL
)
Arguments
AccountId |
[required] |
BudgetName |
[required] |
ActionId |
[required] A system-generated universally unique identifier (UUID) for the action. |
NotificationType |
|
ActionThreshold |
|
Definition |
|
ExecutionRoleArn |
The role passed for action execution and reversion. Roles and actions must be in the same account. |
ApprovalModel |
This specifies if the action needs manual or automatic approval. |
Subscribers |
[Package paws.cost.management version 0.7.0 Index]