Messaging Documentation
API Docs
  • Introduction
  • Getting started
    • Transitioning from v2 to v4
  • Message structure
    • Entity messages
      • Message group
      • Action
      • Example messages
    • Configuration messages
      • Message group
      • Action
      • Example messages
    • Financial messages
      • Message group
      • Action
      • Example messages
    • Batch Messages
      • Message group
      • Action
      • Example messages
  • Sample projects
  • Message metrics
  • FAQ
  • SQS - Queues
    • Overview
    • Setting up an SQS message integration
    • SQS queue names
  • SNS - PUB/SUB
    • Overview
    • Setting up an SNS message integration
    • SNS topic names
    • Message attributes
  • 🆕EventBridge
    • Overview
    • Setting up an EventBridge integration
Powered by GitBook
On this page
  • SNS Topic ARNs
  • AWS Regions

Was this helpful?

  1. SNS - PUB/SUB

SNS topic names

The SNS topic names are unique per client, RL environment, version, and char type. SNS topic names have the following structure:

{environment}-rtl-div{client_id}-{version}-ct{char_type_id}

For instance, prd-rtl-div1-v4-ct3 topic would receive messages for Production environment, client ID 1, version 4, and char type 3 (rights).

We publish to both Standard and FIFO topics for each of the above, so prd-rtl-div1-v4-ct3.fifo is also available.

SNS Topic ARNs

The ARN (Amazon Resource Name) is a unique identifier for a resource within AWS. The Rightsline SNS topic ARNs have the following format:

arn:aws:sns:{region}:013474081760:{topic_name}

The topic name is determined in the previous section. The region varies based on the Rightsline environment you are receiving messages from. See the table below:

AWS Regions

RL Environment
AWS region

Prod Mirror

us-east-1

All EU environments

eu-central-1

All other environments (including Staging, Integration, Production)

us-west-2

PreviousSetting up an SNS message integrationNextMessage attributes

Last updated 9 months ago

Was this helpful?