The notification configuration for a bucket in S3. 
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class NotificationConfigurationList
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | NotificationConfigurationList()()()() | Initializes a new instance of the NotificationConfigurationList 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.) | 
|  | TopicConfigurations | 
            The topic configurations included in this notification configuration. 
             | 
|  | ToString()()()() | 
            Creates a string representation of a NotificationConfigurationlist.
            (Overrides Object.ToString()()()().) | 
|  | WithTopicConfigurations(array<TopicConfiguration>[]()[][]) | Obsolete. 
            Adds new topic configurations to the set belonging to this notification configuration.
             | 
 Remarks
 Remarks
            A configuration is a collection of topic configurations which contain the event
            and topic arn.  Currently only one event type is being supported with the possiblity of 
            more event types in the future.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | NotificationConfigurationList |