File: //usr/lib/python3/dist-packages/awscli/examples/budgets/create-notification.rst
**To create a notification for the specified Cost and Usage budget**
This example creates a notification for the specified Cost and Usage budget.
Command::
aws budgets create-notification --account-id 111122223333 --budget-name "Example Budget" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE --subscriber SubscriptionType=EMAIL,Address=example@example.com