Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
sns
📤 Upload
📝 New File
📁 New Folder
Close
Editing: subscribe.rst
**To subscribe to a topic** The following ``subscribe`` command subscribes an email address to the specified topic. :: aws sns subscribe \ --topic-arn arn:aws:sns:us-west-2:123456789012:my-topic \ --protocol email \ --notification-endpoint my-email@example.com Output:: { "SubscriptionArn": "pending confirmation" }
Save
Cancel