Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).
 Declaration Syntax
 Declaration Syntax| C# | 
public class NotificationConfiguration
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | NotificationConfiguration()()()() | Initializes a new instance of the NotificationConfiguration class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | TopicArn | 
            The Amazon Resource Name (ARN) that identifies the topic.
             
             | 
|  | TopicStatus | 
            The current state of the topic.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithTopicArn(String) | Obsolete. 
            Sets the TopicArn property
             | 
|  | WithTopicStatus(String) | Obsolete. 
            Sets the TopicStatus property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | NotificationConfiguration |