AWSS3NotificationConfigurationFilter

Objective-C

@interface AWSS3NotificationConfigurationFilter

Swift

class AWSS3NotificationConfigurationFilter

Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

  • key

    A container for object key name prefix and suffix filtering rules.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSS3S3KeyFilter *_Nullable key;

    Swift

    var key: AWSS3S3KeyFilter? { get set }