Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Pipe Target Sqs Queue Parameters Structure

The parameters for using a Amazon SQS stream as a source.

Type: object Properties: 2
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

PipeTargetSqsQueueParameters is a JSON Structure definition published by Amazon EventBridge Pipes, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MessageDeduplicationId MessageGroupId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-pipe-target-sqs-queue-parameters-structure.json",
  "name": "PipeTargetSqsQueueParameters",
  "description": "The parameters for using a Amazon SQS stream as a source.",
  "type": "object",
  "properties": {
    "MessageDeduplicationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MessageDeduplicationId"
        },
        {
          "description": "<p>This parameter applies only to FIFO (first-in-first-out) queues.</p> <p>The token used for deduplication of sent messages.</p>"
        }
      ]
    },
    "MessageGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MessageGroupId"
        },
        {
          "description": "The FIFO message group ID to use as the target."
        }
      ]
    }
  }
}