Path: blob/develop/awscli/examples/budgets/update-subscriber.rst
1567 views
**To replace a subscriber for a Cost and Usage budget** This example replaces the subscriber for a Cost and Usage budget. Command:: aws budgets update-subscriber --account-id 111122223333 --budget-name "Example Budget" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE --old-subscriber SubscriptionType=EMAIL,[email protected] --new-subscriber SubscriptionType=EMAIL,[email protected]