Amazon SNS · JSON Structure

Amazon Sns Message Attribute Value Structure

Type: object Properties: 3
EmailMessagingNotificationsPub/SubPush NotificationsSMS

MessageAttributeValue is a JSON Structure definition published by Amazon SNS, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

DataType StringValue BinaryValue

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MessageAttributeValue",
  "type": "object",
  "properties": {
    "DataType": {
      "type": "string"
    },
    "StringValue": {
      "type": "string"
    },
    "BinaryValue": {
      "type": "string"
    }
  }
}