AWS SNS
Discover more about the AWS SNS connector and how to use it on the Digibee Integration Platform.
AWS SNS allows pipelines to instantly publish messages to the AWS cloud using the Simple Notification Service API. Learn more about SNS in the Amazon documentation.
Parameters
Take a look at the configuration parameters of the connector. Parameters supported by Double Braces expressions are marked with (DB)
.
General tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Account | The account used to connect the pipeline to the SNS Publish API. | N/A | BASIC, AWS-V4 |
Region | The AWS Region where the SNS client needs to work. | N/A | String |
Topic Name or Arn | The name or ARN of the topic to which the message is to be sent. | N/A | String |
Subject | The subject of the message being published. | N/A | String |
Message Body | The content of the message. | N/A | String |
Fail On Error | If the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the | False | Boolean |
Advanced tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Message Deduplication Id Strategy | The strategy for deduplicating messages when the topic is FIFO. Options are: Use Content Based Deduplication and Use Exchange Id. | N/A | String |
Message Group Id Strategy | The strategy for grouping messages when the topic is FIFO. Options are: Use Constant, Use Exchange Id, and Use Property Value. | N/A | String |
Message Group Id | Identifier of the group of messages. Within a group, all messages with the same Message Group Id are processed and sent in sequence. | N/A | String |
Message Structure | The message structure to be used. | N/A | String |
Kms Master Key Id | The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK. | N/A | String |
Policy | The policy for this topic. Loaded by default from classpath, but you can prefix with | N/A | String |
Queue Url | The URL of the queue to subscribe to. | N/A | String |
Auto Create Topic | Specifies whether to automatically create the topic. | False | Boolean |
Server Side Encryption Enabled | Specifies whether Server Side Encryption is enabled for the topic. | False | Boolean |
Subscribe SNS to SQS | Specifies whether the subscription between SNS Topic and SQS is enabled. | False | Boolean |
Documentation tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Documentation | Section for documenting any necessary information about the connector configuration and business rules. | N/A | String |
Last updated