Amazon SNS · JSON Structure

Amazon Sns Publish Batch Request Entry Structure

Type: object Properties: 7
EmailMessagingNotificationsPub/SubPush NotificationsSMS

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

Properties

Id Message Subject MessageStructure MessageAttributes MessageDeduplicationId MessageGroupId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PublishBatchRequestEntry",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Message": {
      "type": "string"
    },
    "Subject": {
      "type": "string"
    },
    "MessageStructure": {
      "type": "string"
    },
    "MessageAttributes": {
      "type": "object"
    },
    "MessageDeduplicationId": {
      "type": "string"
    },
    "MessageGroupId": {
      "type": "string"
    }
  }
}