budgets_update_budget_action: Updates a budget action

View source: R/budgets_operations.R

budgets_update_budget_actionR 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

paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.