budgets_action
Gets an individual budgets_action
resource
Overview
Name | budgets_action |
Type | Resource |
Description | budgets_action |
Id | awscc.budgets.budgets_action |
Fields
Name | Datatype | Description |
---|---|---|
action_id | string | |
budget_name | string | |
notification_type | string | |
action_type | string | |
action_threshold | object | |
execution_role_arn | string | |
approval_model | string | |
subscribers | array | |
definition | object | |
region | string | AWS 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