The notification configuration for a bucket in S3.

C# |
public class NotificationConfigurationList

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

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.

Object | |
![]() | NotificationConfigurationList |