Procedures
Automation procedures in the AWS SNS BDK Book.
Make sure to add the AWS SNS BDK Book to your agent before using these automation procedures.
to get a (topic)
Gets a specific SNS topic by its ARN.
Input Concepts
Concept
Description
Type
Required
Default Value
arn
The ARN of the SNS topic to retrieve
text
Yes
Output Concepts
Concept
Description
Type
to list (topics)
Lists the SNS topics in the AWS account that match the filter (if any).
Output Concepts
Concept
Description
Type
to publish a message to a topic
Publishes a message to an SNS topic.
Input Concepts
Concept
Description
Type
Required
Default Value
message
The message to publish
text
Yes
subject
Optional subject for the message (for email subscriptions)
text
No
message attributes
Optional message attributes
``
No
Output Concepts
Concept
Description
Type
answer
the message id of the published message
text
Last updated
Was this helpful?