Represents a topic configuration for notification configuration. A topic configuration contains
            an event and a topic arn.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class TopicConfiguration
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TopicConfiguration()()()() | Initializes a new instance of the TopicConfiguration class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Event | 
            The event for which notifications should be sent.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Topic | 
            The topic for the notification.
             | 
|  | ToString()()()() | 
            Creates a string representation of a topic configuration.
            (Overrides Object.ToString()()()().) | 
|  | WithEvent(String) | Obsolete. 
            Sets the event for which notifications should be sent.
             | 
|  | WithTopic(String) | Obsolete. 
            Sets the topic for the notification.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | TopicConfiguration |