NotificationConfigurationList represents a notification configuration for a bucket in S3. 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.

Namespace: Amazon.S3.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class NotificationConfigurationList
Public Class NotificationConfigurationList
public ref class NotificationConfigurationList

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NotificationConfigurationList()()()()
Initializes a new instance of the NotificationConfigurationList class
Equals(Object)
Determines whether the specified Object is equal to the current 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
Gets and sets the TopicConfigurations property.
ToString()()()()
Creates a string representation of a NotificationConfigurationlist.
(Overrides Object..::..ToString()()()().)
WithTopicConfigurations(array<TopicConfiguration>[]()[][])
Adds the arguments to the TopicConfigurations property.

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..NotificationConfigurationList

See Also