Amazon SNS - Set Subscription Attribute
Overview
You can use this Snap to allow a subscription owner to set an attribute of the subscription to a new value.

Supported Accounts
- This is a Write-type Snap.
Works in Ultra Tasks
Prerequisites
- Valid AWS Account and SNS access.
- Create a topic and subscribe to a topic for an endpoint (SQS/Email/Email-JSON, and so on) before performing the Set Subscription action.
Snap views
| Type | Description | Examples of upstream and downstream Snaps |
|---|---|---|
| Input |
Document. This Snap has at most one document input view. Subscribe ARN, region, and attributes that you want to update or modify in the topic. |
|
| Output |
Document. This Snap has at most one document output view. The updated topic. |
|
| Learn more about Error handling. | ||
Snap settings
| Field/Field set | Description |
|---|---|
|
Label
|
Required.Specify a unique name for the Snap. Modify this to
be more appropriate, especially if there are more than one of the same Snap in the
pipeline.
Default value: Set Subscription Attribute Example: |
| Region
|
Specify the AWS region where the application is implemented. If the region field is not present, then the region is evaluated in the following sequence by the Snap:
Default value: None Example: |
| Topic ARN
|
Specify the Amazon Resource Name of the topic. This is a suggestible field and suggestions are populated based on the Account settings. Default value: N/A Example: |
| Subscribe ARN
|
Required. Specify the ARN of the subscription you want to update. Default value: N/A Example: |
| Attribute Name
|
Enter the name of the attribute in the topic. The following attributes are available:
Default value: N/A Example: RedrivePolicy |
| Attribute Value
|
Enter the value of the attribute in the topic. Default value: N/A Example: |
|
Snap execution Dropdown list
|
Choose one of the three modes in
which the Snap executes. Available options are:
Default value: Execute only |
Troubleshooting
| Error | Cause | Resolution |
|---|---|---|
| An error occurred while updating a topic with the given topic name in AWS SNS. | Valid information might be missing. | Check the input data, formats and try again. |
| Missing Subscribe ARN | Subscribe ARN is missing. | The Subscribe ARN must be provided. |