Description Usage Arguments Examples
The list_topics()
shows the topics created in your SNS
account. You can see your subscriptions using
list_subscriptions("your topic")
.
1 2 3 | list_topics(profile = "default")
list_subscriptions(topic, profile = "default")
|
profile |
Your profile name in AWS. If profile was not supplied this function will use the default profile. |
topic |
A topic name or topic ARN. |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# list the topics in your account
list_topics()
# list the subscriptions in a topic using a profile
list_subscriptions(topic = "your topic",
profile = "your profile")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.