Skip to main content

ISNSPublishToTopicRequest

Interface in AWS.SNS

Interface for Publish targeting topics.

Ancestors

Properties

MessageDeduplicationId

property MessageDeduplicationId: string

A unique identifier for message deduplication.

Optional. Only applies to FIFO topics. The MessageDeduplicationId can contain up to 128 alphanumeric characters (a-z, A-Z, 0-9) and punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_{|}~`).

MessageGroupId

property MessageGroupId: string

A group identifier for the message.

Optional. Only applies to FIFO topics. The MessageGroupId can contain up to 128 alphanumeric characters (a-z, A-Z, 0-9) and punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_{|}~`).

Subject

property Subject: string

Subject for the message.

Optional. The Subject is sent as the email subject line to email endpoints and will be present in the standard JSON messages delivered to other endpoints.

TopicArn

property TopicArn: TARN

The Amazon Resource Name (ARN) of the topic for which the message is to be delivered to.