Skip to content

Execute Budget Action

budgets_execute_budget_action R Documentation

Executes a budget action

Description

Executes a budget action.

Usage

budgets_execute_budget_action(AccountId, BudgetName, ActionId,
  ExecutionType)

Arguments

AccountId

[required]

BudgetName

[required]

ActionId

[required] A system-generated universally unique identifier (UUID) for the action.

ExecutionType

[required] The type of execution.

Value

A list with the following syntax:

list(
  AccountId = "string",
  BudgetName = "string",
  ActionId = "string",
  ExecutionType = "APPROVE_BUDGET_ACTION"|"RETRY_BUDGET_ACTION"|"REVERSE_BUDGET_ACTION"|"RESET_BUDGET_ACTION"
)

Request syntax

svc$execute_budget_action(
  AccountId = "string",
  BudgetName = "string",
  ActionId = "string",
  ExecutionType = "APPROVE_BUDGET_ACTION"|"RETRY_BUDGET_ACTION"|"REVERSE_BUDGET_ACTION"|"RESET_BUDGET_ACTION"
)