Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 565 Bytes

SNSTargetParameters.md

File metadata and controls

37 lines (21 loc) · 565 Bytes

serverless-pipes / Exports / SNSTargetParameters

It defines SNS as the target for the EventBridge Pipes.

Usage

# serverless.yml

pipes:
  pipeName:
    target:
      sns:
        ...properties

Table of contents

Properties

Properties

arn

arn: object | string

The arn of the event target.

Defined in

schema.ts:136