Skip to main content

budgets_action

Gets an individual budgets_action resource

Overview

Namebudgets_action
TypeResource
Descriptionbudgets_action
Idawscc.budgets.budgets_action

Fields

NameDatatypeDescription
action_idstring
budget_namestring
notification_typestring
action_typestring
action_thresholdobject
execution_role_arnstring
approval_modelstring
subscribersarray
definitionobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
action_id,
budget_name,
notification_type,
action_type,
action_threshold,
execution_role_arn,
approval_model,
subscribers,
definition
FROM awscc.budgets.budgets_action
WHERE data__Identifier = '<ActionId>|<BudgetName>';

Permissions

To operate on the budgets_action resource, the following permissions are required:

Read

budgets:DescribeBudgetAction

Update

budgets:UpdateBudgetAction,
iam:PassRole

Delete

budgets:DeleteBudgetAction