CellPilot / aws /dist /awscli /examples /budgets /create-notification.rst
philippendres's picture
Upload folder using huggingface_hub
907462b verified
Raw
History Blame Contribute Delete
424 Bytes
**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