Procedures

Automation procedures in the AWS SNS BDK Book.

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

The SNS topic.

sns topic

to list (topics)

Lists the SNS topics in the AWS account that match the filter (if any).

Output Concepts

Concept
Description
Type

A list of SNS topics.

sns topic

to publish a message to a topic

Publishes a message to an SNS topic.

Input Concepts

Concept
Description
Type
Required
Default Value

The SNS topic to publish to

sns topic

Yes

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?