budgets_actions
Retrieves a list of budgets_actions
in a region
Overview
Name | budgets_actions |
Type | Resource |
Description | budgets_actions |
Id | awscc.budgets.budgets_actions |
Fields
Name | Datatype | Description |
---|---|---|
action_id | string | |
budget_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
action_id,
budget_name
FROM awscc.budgets.budgets_actions
WHERE region = 'us-east-1'
Permissions
To operate on the budgets_actions
resource, the following permissions are required:
Create
budgets:CreateBudgetAction,
iam:PassRole
List
budgets:DescribeBudgetActionsForAccount,
budgets:DescribeBudgetActionsForBudget