sns_lists: List your topics and subscriptions

Description Usage Arguments Examples

Description

The list_topics() shows the topics created in your SNS account. You can see your subscriptions using list_subscriptions("your topic").

Usage

1
2
3
list_topics(profile = "default")

list_subscriptions(topic, profile = "default")

Arguments

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.

Examples

 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)

samuelmacedo83/raws.sns documentation built on May 23, 2019, 8:57 a.m.