class Aws::S3::Types::NotificationConfigurationFilter

Specifies object key name filtering rules. For information about key name filtering, see [Configuring Event Notifications] in the *Amazon S3 User Guide*.

[1]: docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html

@note When making an API call, you may pass NotificationConfigurationFilter

data as a hash:

    {
      key: {
        filter_rules: [
          {
            name: "prefix", # accepts prefix, suffix
            value: "FilterRuleValue",
          },
        ],
      },
    }

@!attribute [rw] key

A container for object key name prefix and suffix filtering rules.
@return [Types::S3KeyFilter]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/NotificationConfigurationFilter AWS API Documentation

Constants

SENSITIVE