Class NotificationConfiguration
An abstract class for all the notification configurations associated with an Amazon S3 bucket.
public abstract class NotificationConfiguration
- Inheritance
-
NotificationConfiguration
- Derived
- Inherited Members
Constructors
NotificationConfiguration()
protected NotificationConfiguration()
Properties
Events
Gets and sets the Events property. These are the events the configuration will listen to.
public List<EventType> Events { get; set; }
Property Value
Filter
Filter criteria for determining which S3 objects trigger event notifications.
public Filter Filter { get; set; }