Table of Contents

Class S3KeyFilter

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

Filter criteria that allows for event notification filtering based on an S3 Object's key name.

public class S3KeyFilter
Inheritance
S3KeyFilter
Inherited Members

Constructors

S3KeyFilter()

public S3KeyFilter()

Properties

FilterRules

Gets and sets the filterRules property. These are the filter rules for this filter.

public List<FilterRule> FilterRules { get; set; }

Property Value

List<FilterRule>