Interface NotificationParam

param for containing headers infor

  • "x-amz-sns-message-id": "ef9765be-a053-40d8-907b-4a212b8a8b6e",
  • "x-amz-sns-message-type": "SubscriptionConfirmation",
  • "x-amz-sns-topic-arn": "arn:aws:sns:ap-northeast-2:796730245826:lemon-todaq-out",
  • "X-Forwarded-For": "54.239.116.71, 52.46.53.153",

Hierarchy

  • NotificationParam

Indexable

[key: string]: string | number

Properties

signature?: string
snsMessageId?: string
snsMessageType?: string
snsSubscriptionArn?: string
snsTopicArn?: string
subject?: string
subscribeURL?: string

Generated using TypeDoc