Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 1.29 KB

SQSTargetParameters.md

File metadata and controls

64 lines (34 loc) · 1.29 KB

serverless-pipes / Exports / SQSTargetParameters

It defines SQS as the target for the EventBridge Pipes.

Usage

# serverless.yml

pipes:
  pipeName:
    target:
      sqs:
        ...properties

Table of contents

Properties

Properties

arn

arn: object | string

The arn of the event target.

Defined in

schema.ts:195

messageDeduplicationId (optional)

messageDeduplicationId: string

This parameter applies only to FIFO (first-in-first-out) queues.

The token used for deduplication of sent messages.

Defined in

schema.ts:205

messageGroupId (optional)

messageGroupId: string

The FIFO message group ID to use as the target.

Defined in

schema.ts:206