Class Filter
Bucket Represents a set of filter criteria that limits the objects that can trigger event notifications
public class Filter
- Inheritance
-
Filter
- Inherited Members
Constructors
Filter()
public Filter()
Properties
S3KeyFilter
Filter criteria that limits the objects that can trigger event notifications based on their S3 Key name.
public S3KeyFilter S3KeyFilter { get; set; }