Amazon SNS · Example Payload

Amazon Sns Message Attribute Value Example

EmailMessagingNotificationsPub/SubPush NotificationsSMS

Amazon Sns Message Attribute Value Example is an example object payload from Amazon SNS, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DataTypeStringValueBinaryValue

Example Payload

Raw ↑
{
  "DataType": "example_value",
  "StringValue": "example_value",
  "BinaryValue": "example_value"
}