PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
budgets
**To retrieve the subscribers for a budget notification** This example retrieves the subscribers for a Cost and Usage budget notification. Command:: aws budgets describe-subscribers-for-notification --account-id 111122223333 --budget-name "Example Budget" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE --max-results 5 Output:: { "Subscribers": [ { "SubscriptionType": "EMAIL", "Address": "example2@example.com" }, { "SubscriptionType": "EMAIL", "Address": "example@example.com" } ] }
[-] describe-subscribers-for-notification.rst
[edit]
[-] delete-subscriber.rst
[edit]
[-] update-budget.rst
[edit]
[+]
..
[-] create-notification.rst
[edit]
[-] describe-notifications-for-budget.rst
[edit]
[-] update-subscriber.rst
[edit]
[-] delete-budget.rst
[edit]
[-] create-subscriber.rst
[edit]
[-] create-budget.rst
[edit]
[-] describe-budgets.rst
[edit]
[-] delete-notification.rst
[edit]
[-] describe-budget.rst
[edit]
[-] update-notification.rst
[edit]