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.ModelAssembly: 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 |
| 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 |
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.
|