Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 208

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**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"
        }
    ]
 }