Inconsistency with retrieving budget tags API? #3324
-
Beta Was this translation helpful? Give feedback.
Answered by
mmacdermaidsap
Feb 13, 2026
Replies: 1 comment
-
|
I can't find any budget arns exposed in the UI in the billing console, but luckily it seems they do follow similar ARN formats of other resources. arn:aws:budgets::ACCOUNT_ID:budget/BUDGET_NAME Will give you the budget you are looking for and its tags vai the ListTagsForResource API. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mmacdermaidsap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't find any budget arns exposed in the UI in the billing console, but luckily it seems they do follow similar ARN formats of other resources.
arn:aws:budgets::ACCOUNT_ID:budget/BUDGET_NAME
Will give you the budget you are looking for and its tags vai the ListTagsForResource API.