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