Table of Contents

Class Filter

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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; }

Property Value

S3KeyFilter