AWS SDK for .NET Documentation
NotificationConfigurationList Class
AmazonAmazon.S3.ModelNotificationConfigurationList Did this page help you?   Yes   No    Tell us about it...
The notification configuration for a bucket in S3.
Declaration Syntax
C#
public class NotificationConfigurationList
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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
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
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
Object
NotificationConfigurationList

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)