budgets_create_budget_action: Creates a budget action

View source: R/budgets_operations.R

budgets_create_budget_actionR Documentation

Creates a budget action

Description

Creates a budget action.

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

Usage

budgets_create_budget_action(
  AccountId,
  BudgetName,
  NotificationType,
  ActionType,
  ActionThreshold,
  Definition,
  ExecutionRoleArn,
  ApprovalModel,
  Subscribers
)

Arguments

AccountId

[required]

BudgetName

[required]

NotificationType

[required]

ActionType

[required] The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition.

ActionThreshold

[required]

Definition

[required]

ExecutionRoleArn

[required] The role passed for action execution and reversion. Roles and actions must be in the same account.

ApprovalModel

[required] This specifies if the action needs manual or automatic approval.

Subscribers

[required]


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