AWSS3FilterRule

Objective-C

@interface AWSS3FilterRule

Swift

class AWSS3FilterRule

Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.

  • The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

    Declaration

    Objective-C

    @property (nonatomic) AWSS3FilterRuleName name;

    Swift

    var name: AWSS3FilterRuleName { get set }
  • The value that the filter searches for in object key names.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable value;

    Swift

    var value: String? { get set }