Class SNSPublisherConfiguration
- Namespace
- AWS.Messaging.Configuration
- Assembly
- AWS.Messaging.dll
SNS implementation of IMessagePublisherConfiguration
public class SNSPublisherConfiguration : IMessagePublisherConfiguration
- Inheritance
-
SNSPublisherConfiguration
- Implements
Constructors
SNSPublisherConfiguration(string?)
Creates an instance of SNSPublisherConfiguration.
public SNSPublisherConfiguration(string? topicUrl)
Parameters
topicUrl
stringThe SNS Topic URL. If the topic URL is null, a message-specific topic URL must be set on the SNSOptions when publishing a message.
Properties
PublisherEndpoint
Retrieves the SNS Topic URL which the publisher will use to route the message.
public string? PublisherEndpoint { get; set; }
Property Value
Remarks
If the topic URL is null, a message-specific topic URL must be set on the SNSOptions when publishing a message.