aws.budgets.describe_budget_action
Example SQL Queries
SELECT * FROMaws.budgets.describe_budget_actionWHERE"account_id" = 'VALUE'AND "budget_name" = 'VALUE'AND "action_id" = 'VALUE';Description
Describes a budget action detail.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The account ID of the user. It's a 12-digit number. | VARCHAR |
| action_id Required Input Column A system-generated universally unique identifier (UUID) for the action. | VARCHAR |
| budget_name Required Input Column A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| action A budget action resource. | STRUCT( |
Show child fields
| |