SetIdentityNotificationTopicRequest Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Container for the parameters to the SetIdentityNotificationTopic operation.

Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon SES will publish bounce and complaint notifications for emails sent with that identity as the Source . Publishing to topics may only be disabled when feedback forwarding is enabled.

This action is throttled at one request per second.

For more information about feedback notification, see the Amazon SES Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleEmail.Model.SetIdentityNotificationTopicRequest

Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class SetIdentityNotificationTopicRequest : AmazonWebServiceRequest
         IRequestEvents

The SetIdentityNotificationTopicRequest type exposes the following members

Constructors

Properties

  Name Description
Public Property Identity The identity for which the topic will be set. Examples: user@example.com, example.com.
Public Property NotificationType The type of feedback notifications that will be published to the specified topic.

Constraints:Allowed ValuesBounce, Complaint

Public Property SnsTopic The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic. If the parameter is ommited from the request or a null value is passed, the topic is cleared and publishing is disabled.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8