Creates a budget action.
See https://www.paws-r-sdk.com/docs/budgets_create_budget_action/ for full documentation.
budgets_create_budget_action(
AccountId,
BudgetName,
NotificationType,
ActionType,
ActionThreshold,
Definition,
ExecutionRoleArn,
ApprovalModel,
Subscribers,
ResourceTags = NULL
)
[required]
[required]
[required]
[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.
[required]
[required]
[required] The role passed for action execution and reversion. Roles and actions must be in the same account.
[required] This specifies if the action needs manual or automatic approval.
[required]
An optional list of tags to associate with the specified budget action. Each tag consists of a key and a value, and each key must be unique for the resource.