Procedures
Automation procedures in the AWS SNS book.
Ensure that you have installed or connected the AWS SNS book and created a new playground before using these automation procedures.
to get a (topic)
Gets a specific SNS topic by its ARN.
Input Concepts
arn
The ARN of the SNS topic to retrieve
text
Yes
(no default)
Output Concepts
Examples
get a topic
the arn is "<your topic arn here>"to list (topics)
Lists the SNS topics in the AWS account that match the filter (if any).
Output Concepts
Examples
to publish a message to a topic
Publishes a message to an SNS topic.
Input Concepts
message
The message to publish
text
Yes
(no default)
subject
Optional subject for the message (for email subscriptions)
text
No
(no default)
message attributes
Optional message attributes
json
No
(no default)
Output Concepts
answer
the message id of the published message
text
Examples
Last updated
Was this helpful?
