You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: doc_source/sns-access-policy-use-cases.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Let's say you have a topic in the Amazon SNS system\. In the simplest case, you
16
16
17
17
You can do this using the Amazon SNS API action `AddPermission`\. It takes a topic, a list of AWS account IDs, a list of actions, and a label, and automatically creates a new statement in the topic's access control policy\. In this case, you don't write a policy yourself, because Amazon SNS automatically generates the new policy statement for you\. You can remove the policy statement later by calling `RemovePermission` with its label\.
18
18
19
-
For example, if you called `AddPermission` on the topic arn:aws:sns:us\-east\-1:444455556666:MyTopic, with AWS account ID 1111\-2222\-3333, the `Publish` action, and the label `give-1234-publish`, Amazon SNS would generate and insert the following access control policy statement:
19
+
For example, if you called `AddPermission` on the topic arn:aws:sns:us\-east\-2:444455556666:MyTopic, with AWS account ID 1111\-2222\-3333, the `Publish` action, and the label `give-1234-publish`, Amazon SNS would generate and insert the following access control policy statement:
20
20
21
21
```
22
22
{
@@ -29,7 +29,7 @@ For example, if you called `AddPermission` on the topic arn:aws:sns:us\-east\-1:
This policy uses the `aws:SourceArn` condition to restrict access to the queue based on the source of the message being sent to the queue\. You can use this type of policy to allow Amazon SNS to send messages to your queue only if the messages are coming from one of your own topics\. In this case, you specify a particular one of your topics, whose ARN is arn:aws:sns:us\-east\-1:444455556666:MyTopic\.
96
+
This policy uses the `aws:SourceArn` condition to restrict access to the queue based on the source of the message being sent to the queue\. You can use this type of policy to allow Amazon SNS to send messages to your queue only if the messages are coming from one of your own topics\. In this case, you specify a particular one of your topics, whose ARN is arn:aws:sns:us\-east\-2:444455556666:MyTopic\.
97
97
98
98
The preceding policy is an example of the Amazon SQS policy you could write and add to a specific queue\. It would grant Amazon SNS and other AWS products access\. Amazon SNS gives a default policy to all newly created topics\. The default policy gives all other AWS products access to your topic\. This default policy uses an `aws:SourceArn` condition to ensure that AWS products access your topic only on behalf of AWS resources you own\.
99
99
@@ -115,7 +115,7 @@ If you publish messages directly \(rather than having an AWS resource publish me
Copy file name to clipboardexpand all lines: doc_source/sns-document-history.md
+1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ The following table lists changes to the *Amazon Simple Notification Service Dev
5
5
6
6
| Date | Documentation Update |
7
7
| --- | --- |
8
+
| October 18, 2019 |[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/sns/latest/dg/sns-document-history.html)|
8
9
| October 16, 2019 |[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/sns/latest/dg/sns-document-history.html)|
9
10
| October 10, 2019 | Fixed the code excerpt that initializes and uses the SNSMessageAttributeClass in the [To Publish a Message with Attributes to an Amazon SNS Topic Using the AWS SDK for \.NET](sns-tutorial-publish-message-with-attributes.md#publish-message-with-attributes-aws-dot-net) section\.|
10
11
| October 8, 2019 |[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/sns/latest/dg/sns-document-history.html)|
Copy file name to clipboardexpand all lines: doc_source/sns-message-and-json-formats.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The subscription confirmation message is a POST message with a message body that
54
54
A string that describes the message\. For subscription confirmation, this string looks like this:
55
55
56
56
```
57
-
You have chosen to subscribe to the topic arn:aws:sns:us-east-1:123456789012:MyTopic.\nTo confirm the subscription, visit the SubscribeURL included in this message.
57
+
You have chosen to subscribe to the topic arn:aws:sns:us-east-2:123456789012:MyTopic.\nTo confirm the subscription, visit the SubscribeURL included in this message.
58
58
```
59
59
60
60
**`MessageId`**
@@ -184,7 +184,7 @@ The unsubscribe confirmation message is a POST message with a message body that
184
184
A string that describes the message\. For unsubscribe confirmation, this string looks like this:
185
185
186
186
```
187
-
You have chosen to deactivate subscription arn:aws:sns:us-east-1:123456789012:MyTopic:2bcfbf39-05c3-41de-beaa-fcfcc21c8f55.\nTo cancel this operation and restore the subscription, visit the SubscribeURL included in this message.
187
+
You have chosen to deactivate subscription arn:aws:sns:us-east-2:123456789012:MyTopic:2bcfbf39-05c3-41de-beaa-fcfcc21c8f55.\nTo cancel this operation and restore the subscription, visit the SubscribeURL included in this message.
188
188
```
189
189
190
190
**`MessageId`**
@@ -247,9 +247,9 @@ User-Agent: Amazon Simple Notification Service Agent
247
247
If you send a request to the SetSubscriptionAttributes action and set the AttributeName parameter to a value of `DeliveryPolicy`, the value of the AttributeValue parameter must be a valid JSON object\. For example, the following example sets the delivery policy to 5 total retries\.
@@ -279,9 +279,9 @@ For more information about the SetSubscriptionAttribute action, go to [SetSubscr
279
279
If you send a request to the SetTopicAttributes action and set the AttributeName parameter to a value of `DeliveryPolicy`, the value of the AttributeValue parameter must be a valid JSON object\. For example, the following example sets the delivery policy to 5 total retries\.
Copy file name to clipboardexpand all lines: doc_source/sns-release-notes.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ The following table lists Amazon SNS feature releases and improvements\. For cha
5
5
6
6
| Date | Feature Release |
7
7
| --- | --- |
8
-
| September 10, 2019 | Amazon SNS supports the apns\-push\-type header field for mobile notifications sent through APNs\. For more information, see [Sending Messages to APNs as Background Notifications](sns-send-custom-platform-specific-payloads-mobile-devices.md#mobile-push-send-message-apns-background-notification)\.|
8
+
| October 18, 2019 | You can specify a custom APNs header value\. For more information, see [Sending Messages to APNs as Alert or Background Notifications](sns-send-custom-platform-specific-payloads-mobile-devices.md#mobile-push-send-message-apns-background-notification)\.|
9
+
| September 10, 2019 | Amazon SNS supports the apns\-push\-type header field for mobile notifications sent through APNs\. For more information, see [Sending Messages to APNs as Alert or Background Notifications](sns-send-custom-platform-specific-payloads-mobile-devices.md#mobile-push-send-message-apns-background-notification)\.|
9
10
| July 24, 2019 | You can troubleshoot messages passing through Amazon SNS topics using AWS X\-Ray\. For more information, see [Troubleshooting Amazon Simple Notification Service Topics Using AWS X\-Ray](sns-troubleshooting-using-x-ray.md) section\.|
10
11
| July 5, 2019 |[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/sns/latest/dg/sns-release-notes.html)|
11
12
| May 16, 2019 |[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/sns/latest/dg/sns-release-notes.html)|
Copy file name to clipboardexpand all lines: doc_source/sns-send-custom-platform-specific-payloads-mobile-devices.md
+32-6
Original file line number
Diff line number
Diff line change
@@ -47,16 +47,42 @@ one of the notification platforms.",
47
47
}
48
48
```
49
49
50
-
## Sending Messages to APNs as Background Notifications<aname="mobile-push-send-message-apns-background-notification"></a>
50
+
## Sending Messages to APNs as Alert or Background Notifications<aname="mobile-push-send-message-apns-background-notification"></a>
51
51
52
-
Amazon SNS sets the `apns-push-type`APNs header to `alert` or `background`depending on the `content-available` key in your APNs JSON payload configuration\. For more information, see [Pushing Background Updates to Your App](https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_background_updates_to_your_app) in the APNs documentation\.
53
-
+ An `alert` APNs notification informs your users by displaying an alert message, playing a sound, or adding a badge to your application’s icon\.
52
+
Amazon SNS can send messages to APNs as `alert` or `background`notifications \(for more information, see [Pushing Background Updates to Your App](https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_background_updates_to_your_app) in the APNs documentation\)\.
53
+
+ An `alert` APNs notification informs the user by displaying an alert message, playing a sound, or adding a badge to your application’s icon\.
54
54
+ A `background` APNs notification wakes up or instructs your application to act upon the content of the notification, without informing the user\.
We recommend specifying custom values for the `AWS.SNS.MOBILE.APNS.PUSH_TYPE`[reserved message attribute](sns-message-attributes.md#sns-attrib-mobile-reserved) using the Amazon SNS `Publish` API action, AWS SDKs, or the AWS CLI\. The following CLI example sets `content-available` to `1` and `apns-push-type` to `background` for the specified topic\.
### Inferring the APNs Push Type Header from the Payload<aname="inferring-push-type-header-from-payload"></a>
73
+
74
+
If you don't set the `apns-push-type` APNs header, Amazon SNS sets header to `alert` or `background` depending on the `content-available` key in the `aps` dictionary of your JSON\-formatted APNs payload configuration\.
75
+
76
+
**Note**
77
+
Amazon SNS is able to infer only `alert` or `background` headers, although the `apns-push-type` header can be set to other values\.
78
+
+`apns-push-type` is set to `alert`
79
+
+ If the `aps` dictionary contains `content-available` set to `1` and *one or more keys* that trigger user interactions\.
80
+
+ If the `aps` dictionary contains `content-available` set to `0`*or* if the `content-available` key is absent\.
81
+
+ If the value of the `content-available` key isn’t an integer or a Boolean\.
82
+
+`apns-push-type` is set to `background`
83
+
+ If the `aps` dictionary *only* contains `content-available` set to `1` and *no other keys* that trigger user interactions\.
56
84
**Important**
57
-
If Amazon SNS sends a raw configuration object for APNs as a background\-only notification, you must include the `content-available` key in the `aps` dictionary and set the value to `1`\.
58
-
Although you can include custom keys, the `aps` dictionary must not contain any keys that trigger user interactions \(for example, alerts, badges, or sounds\)\.
59
-
If the value of the `content-available` field isn’t an integer or a Boolean, the notification defaults to `alert`\.
85
+
If Amazon SNS sends a raw configuration object for APNs as a background\-only notification, you must include `content-available` set to `1` in the `aps` dictionary\. Although you can include custom keys, the `aps` dictionary must not contain any keys that trigger user interactions \(for example, alerts, badges, or sounds\)\.
60
86
61
87
The following is an example raw configuration object\.
@@ -62,7 +62,7 @@ After this policy has been set on MyTopic, a user can log in to the Amazon SNS c
62
62
The user can also use the access key and secret key for the AWS account 111122223333 to issue the `sns-subscribe` command or call the `[Subscribe](https://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html)` API action to subscribe an Amazon SQS queue to MyTopic in the account 123456789012\. The following `[sns\-subscribe](https://docs.aws.amazon.com/cli/latest/reference/sns/subscribe.html)` CLI command subscribes the queue MyQ from account 111122223333 to the topic MyTopic in account 123456789012\.
@@ -141,9 +141,6 @@ The publisher must have the `kms:GenerateDataKey` and `kms:Decrypt` permissions
141
141
142
142
Several AWS services publish events to Amazon SNS topics\. To allow these event sources to work with encrypted topics, you must perform the following steps\.
143
143
144
-
**Note**
145
-
Currently, CloudWatch alarms don't work with Amazon SNS encrypted topics\. For information about publishing alarms to unencrypted topics, see [Using Amazon CloudWatch Alarms](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/) in the *Amazon CloudWatch User Guide*\.
146
-
147
144
1. Use the AWS managed CMK for Amazon SNS\.
148
145
149
146
1. To allow the AWS service to have the `kms:GenerateDataKey*` and `kms:Decrypt` permissions, add the following statement to the CMK policy\.
0 commit comments