Skip to main content

ISNSMessage

Interface in AWS.SNS

Interface for an SNS Message.

Properties

CanonicalString

property CanonicalString: string

The canonical string for message verification.

MessageContent

property MessageContent: string

The message content.

MessageId

property MessageId: string

A unique identifier for the message.

MessageType

property MessageType: string

The message type.

Valid values are: SubscriptionConfirmation | Notification | UnsubscribeConfirmation.

Signature

property Signature: string

A Base64-encoded "SHA1withRSA" signature for the message.

SignatureVersion

property SignatureVersion: string

The version of Amazon SNS signature used.

SigningCertURL

property SigningCertURL: string

The URL of the certificate used to sign the message.

Subject

property Subject: string

The message's subject.

SubscribeURL

property SubscribeURL: string

The URL to visit to confirm subscription.

Timestamp

property Timestamp: TDateTime

The date and time in (UTC+00:00) when the message was sent.

Token

property Token: string

A token for use with ConfirmSubscription.

TopicArn

property TopicArn: TARN

The Amazon Resource Name (ARN) for the topic that this message originates.

UnsubscribeURL

property UnsubscribeURL: string

The URL to visit confirm unsubscription.