Skip to main content

budgets_actions_list_only

Lists budgets_actions in a region or regions, for all properties use budgets_actions

Overview

Namebudgets_actions_list_only
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.budgets.budgets_actions_list_only

Fields

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

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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