aws.budgets.describe_notifications_for_budget
Example SQL Queries
SELECT * FROMaws.budgets.describe_notifications_for_budgetWHERE"account_id" = 'VALUE'AND "budget_name" = 'VALUE';Description
Lists the notifications that are associated with a budget.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The accountId that is associated with the budget whose notifications you want descriptions of. | VARCHAR |
| budget_name Required Input Column The name of the budget whose notifications you want descriptions of. | 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
| |
| comparison_operator The comparison that's used for this notification. | VARCHAR |
| notification_state Specifies whether this notification is in alarm. If a budget notification is in the ALARM state, you passed the set threshold for the budget. | VARCHAR |
| notification_type Specifies whether the notification is for how much you have spent (ACTUAL) or for how much that you're forecasted to spend (FORECASTED). | VARCHAR |
| threshold The threshold that's associated with a notification. Thresholds are always a percentage, and many customers find value being alerted between 50% - 200% of the budgeted amount. The maximum limit for your threshold is 1,000,000% above the budgeted amount. | DOUBLE |
| threshold_type The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, Amazon Web Services notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, Amazon Web Services notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, Amazon Web Services notifies you when you go over 160 dollars. | VARCHAR |