budgets_actions_list_only
Lists budgets_actions in a region or regions, for all properties use budgets_actions
Overview
| Name | budgets_actions_list_only |
| Type | Resource |
| Description | An example resource schema demonstrating some basic constructs and validation rules. |
| Id | aws.budgets.budgets_actions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
action_id | string | |
budget_name | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all budgets_actions in a region.
SELECT
region,
action_id,
budget_name
FROM aws.budgets.budgets_actions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the budgets_actions_list_only resource, see budgets_actions