Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
budgets
📤 Upload
📝 New File
📁 New Folder
Close
Editing: describe-notifications-for-budget.rst
**To retrieve the notifications for a budget** This example retrieves the notifications for a Cost and Usage budget. Command:: aws budgets describe-notifications-for-budget --account-id 111122223333 --budget-name "Example Budget" --max-results 5 Output:: { "Notifications": [ { "Threshold": 80.0, "ComparisonOperator": "GREATER_THAN", "NotificationType": "ACTUAL" } ] }
Save
Cancel